Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Tasks > API/Runtime/Core/Tasks/FTaskHandle > API/Runtime/Core/Tasks/FTaskHandle/BusyWait
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Tasks/Task.h |
| Include | #include "Tasks/Task.h" |
bool BusyWait
(
FTimespan Timeout
) const
Remarks
Waits for task's completion for at least the specified amount of time, while executing other tasks. the call can return much later than the given timeout true if the task is completed