TJobThread Class

public class TJobThread

Properties

NameTypeDescription
CommandQueueTOpenCLCommandQueueReturns the Open CL command queue associated with the thread.
ExceptionMessageStringContains the exception message (if triggered) while the OnExecute was called.
JobIndexInt32Specifies the JobIndex passed to the threaded function as a parameter.
OnExecuteTOnClExecuteEventThreaded event function.

Methods

NameDescription
SleepingSleeping will return true, if event assigned to OnExecute event is not running.
StartCall Start to launch the thread and call the function assigned to OnExecute event from within the thread.

Events

NameDescription
OnExecuteEventThreaded event function.