Represents an awaiter for a CoroutineTask. This struct is used to await the completion of a coroutine task.
More...
|
| void | GetResult () |
| | Ends the await on the coroutine task.
|
| void | OnCompleted (Action continuation) |
| | Schedules the continuation action that is invoked when the coroutine task completes.
|
|
| bool | IsCompleted [get] |
| | Gets a value indicating whether the coroutine task has completed.
|
Represents an awaiter for a CoroutineTask. This struct is used to await the completion of a coroutine task.
◆ GetResult()
| void ff14bot.Behavior.CoroutineTaskAwaiter.GetResult |
( |
| ) |
|
Ends the await on the coroutine task.
◆ OnCompleted()
| void ff14bot.Behavior.CoroutineTaskAwaiter.OnCompleted |
( |
Action | continuation | ) |
|
Schedules the continuation action that is invoked when the coroutine task completes.
- Parameters
-
| continuation | The action to invoke when the coroutine task completes. |
◆ IsCompleted
| bool ff14bot.Behavior.CoroutineTaskAwaiter.IsCompleted |
|
get |
Gets a value indicating whether the coroutine task has completed.