Table of Contents

ITaskToken

Namespace
ZCore
Extends
Inherited Properties
Inherited Methods
INTERFACE ITaskToken EXTENDS ZCore.IStartToken, ZCore.IError

Properties

Busy

PROPERTY Busy : BOOL

A token is busy if any other object claimed the token, until it is released by all object that claimed it.

Property Value

BOOL

Methods

ReleaseOne

METHOD ReleaseOne (
 [input] locker : ZPointer)

Decrements an internal counter, if the counter reaches zero we know that locker is not using this token anymore.

Inputs

locker ZPointer

WaitOne

METHOD WaitOne (
 [input] locker : ZPointer)

Increments an internal counter, if the counter reaches zero we know that locker is not using this token anymore.

Inputs

locker ZPointer