Execution State
These are the possible execution states of a fiber.
Parameters
Whether this state indicates a suspended fiber.
Whether this state indicates a terminated fiber.
Entries
The fiber has been interrupted.
The fiber was RUNNING, but was paused by an AvailDebuggerModel.
The fiber was PAUSED, but the attached AvailDebuggerModel is attempting (while holding the fiber's lock) to queue an AvailTask which will make it execute.
The fiber has terminated successfully.
The fiber has run either its result continuation or its failure continuation. This state is permanent.
Functions
Determine if this is a valid successor state.
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.