Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Tasks > API/Runtime/Core/Tasks/FTaskHandle > API/Runtime/Core/Tasks/FTaskHandle/Wait
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Tasks/Task.h |
| Include | #include "Tasks/Task.h" |
bool Wait() const
Remarks
Waits for task's completion without timeout. Tries to retract the task and execute it in-place, if failed - blocks until the task is completed by another thread. true if the task is completed