Table of Contents

IHaltToken

Namespace
ZCore

Interface to support notifications to inform that operations should be canceled prematurely.

INTERFACE IHaltToken

Properties

HaltRequested

Indicates that any holder of this token should try to halt its process as soon as possible and transition to the Idle state.

PROPERTY HaltRequested : BOOL

Property Value

BOOL

ResumeRequested

Indicates that any holder of this token should resume its process after a halt occured and subsequently Resume was issued.

PROPERTY ResumeRequested : BOOL

Property Value

BOOL