WaitFor Method |
| Name | Description | |
|---|---|---|
| For(ITask) |
Suspend coroutine until another task completes.
| |
| For(ScriptReference) | Use ForEvent(ScriptReference) instead. Suspend coroutine until a given script event fires. | |
| For(Double, ITask) |
Suspend coroutine until another task completes or there is a timeout.
| |
| For(Double, ScriptReference) | Use ForEvent(Double, ScriptReference) instead. Suspend coroutine until a given script event fires or there is a timeout. |