JamThread Properties |
The JamThread type exposes the following members.
Name | Description | |
---|---|---|
BusyTime |
Returns the time in milliseconds the thread is busy, or -1 if it's idle.
| |
IdleTime |
Returns the time in milliseconds the thread is idle
since the last time an item has been processed
| |
IsFinished |
Returns true if the thread is finished.
If this value is set, the thread is woken
up in case it is waiting for an event.
| |
WorkItem |
Get or set the WorkItem that is currently processed by the thread
|