public class TJobThread
Properties
| Name | Type | Description |
|---|---|---|
| CommandQueue | TOpenCLCommandQueue | Returns the Open CL command queue associated with the thread. |
| ExceptionMessage | String | Contains the exception message (if triggered) while the OnExecute was called. |
| JobIndex | Int32 | Specifies the JobIndex passed to the threaded function as a parameter. |
| OnExecute | TOnClExecuteEvent | Threaded event function. |
Methods
| Name | Description |
|---|---|
| Sleeping | Sleeping will return true, if event assigned to OnExecute event is not running. |
| Start | Call Start to launch the thread and call the function assigned to OnExecute event from within the thread. |
Events
| Name | Description |
|---|---|
| OnExecuteEvent | Threaded event function. |