| Name | Description | |
|---|---|---|
|   | Busy | Gets a boolean value of True if the worker thread is busy. | 
|   | OnGUI | Gets a boolean value of True if called from the GUI thread. | 
|   | OnWorker | Gets a boolean value of True if called from the worker thread. | 
|   | UIScheduler | Gets the TaskScheduler associated with the GUI thread; can be used to dispatch delegates that need to run on the user interface thread. | 
