Click or drag to resize

WaitFor Method

Overload List
  NameDescription
Public methodStatic memberFor(ITask)
Suspend coroutine until another task completes.
Public methodStatic memberFor(ScriptReference)

Use ForEvent(ScriptReference) instead.

Suspend coroutine until a given script event fires.
Public methodStatic memberFor(Double, ITask)
Suspend coroutine until another task completes or there is a timeout.
Public methodStatic memberFor(Double, ScriptReference)

Use ForEvent(Double, ScriptReference) instead.

Suspend coroutine until a given script event fires or there is a timeout.
Top
See Also