enum SchedulerThread::Mode
Modes that the scheduler thread can be in.
Values
| Name | Value | Description |
|---|---|---|
Internal |
0 |
Thread is a background thread spawned by the scheduler. |
External |
1 |
Thread is managed by the user and bound to the scheduler. |