ITaskToken
- Namespace
- ZCore
INTERFACE ITaskToken EXTENDS ZCore.IStartToken, ZCore.IError
- Extends
- Inherited Properties
- Inherited Methods
Properties
Busy
A token is busy if any other object claimed the token, until it is released by all object that claimed it.
PROPERTY Busy : BOOL
Property Value
- BOOL
Methods
ReleaseOne
Decrements an internal counter, if the counter reaches zero we know
that locker
is not using this token anymore.
METHOD ReleaseOne (
locker : ZPointer)
Inputs
locker
ZPointer
WaitOne
Increments an internal counter, if the counter reaches zero we know
that locker
is not using this token anymore.
METHOD WaitOne (
locker : ZPointer)
Inputs
locker
ZPointer