IHaltToken
- Namespace
- ZCore
INTERFACE IHaltToken
Interface to support notifications to inform that operations should be canceled prematurely.
Properties
HaltRequested
PROPERTY HaltRequested : BOOL
Indicates that any holder of this token should try to halt its process as soon as possible and transition to the Idle state.
Property Value
- BOOL
ResumeRequested
PROPERTY ResumeRequested : BOOL
Indicates that any holder of this token should resume its process after a halt occured and subsequently Resume was issued.
Property Value
- BOOL