Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Tasks > API/Runtime/Core/Tasks/FTaskHandle
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Tasks/Task.h |
| Include | #include "Tasks/Task.h" |
bool Wait
&40;
FTimespan Timeout
&41; const
Remarks
Waits for task's completion with timeout. Tries to retract the task and execute it in-place, if failed - blocks until the task is completed by another thread. If timeout is zero, tries to retract the task and returns immedially after that. true if the task is completed