Rebornbuddy
Loading...
Searching...
No Matches
ff14bot.Behavior.CoroutineTaskAwaiter Struct Reference

Represents an awaiter for a CoroutineTask. This struct is used to await the completion of a coroutine task. More...

Inheritance diagram for ff14bot.Behavior.CoroutineTaskAwaiter:

Public Member Functions

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.

Properties

bool IsCompleted [get]
 Gets a value indicating whether the coroutine task has completed.

Detailed Description

Represents an awaiter for a CoroutineTask. This struct is used to await the completion of a coroutine task.

Member Function Documentation

◆ 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
continuationThe action to invoke when the coroutine task completes.

Property Documentation

◆ IsCompleted

bool ff14bot.Behavior.CoroutineTaskAwaiter.IsCompleted
get

Gets a value indicating whether the coroutine task has completed.