Constantsยง
- AWAITER ๐
- Set if the
Taskis awaiting the output. - CLOSED ๐
- Set if the task is closed.
- COMPLETED ๐
- Set if the task has been completed.
- NOTIFYING ๐
- Set if the awaiter is being notified.
- REFERENCE ๐
- A single reference.
- REGISTERING ๐
- Set if an awaiter is being registered.
- RUNNING ๐
- Set if the task is running.
- SCHEDULED ๐
- Set if the task is scheduled for running.
- TASK ๐
- Set if the
Taskstill exists.