Suspend coroutine until another task completes.
Namespace: Demo3D.NativeAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic static ITask For(
ITask task
)
Parameters
- task ITask
- Task to wait for.
Return Value
ITaskA task representing the wait for the other task.
See Also