'w CoroutineResult Type
The result of stepping a coroutine.
Union cases
Union case | Description |
Full Usage:
CoroutineCancelled
|
|
Full Usage:
CoroutineCompleted
|
|
|
|
Instance members
Instance member | Description |
Full Usage:
this.IsCoroutineCancelled
Returns: bool
|
|
Full Usage:
this.IsCoroutineCompleted
Returns: bool
|
|
Full Usage:
this.IsCoroutineProgressing
Returns: bool
|
|