Click or drag to resize

JamThread Properties

The JamThread type exposes the following members.

Properties
 NameDescription
Public propertyBusyTime Returns the time in milliseconds the thread is busy, or -1 if it's idle.
Public propertyIdleTime Returns the time in milliseconds the thread is idle since the last time an item has been processed
Public propertyIsFinished 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.
Public propertyWorkItem Get or set the WorkItem that is currently processed by the thread
Top
See Also