Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTaskBase_1
Description
Returns true if it's valid to wait for the task completion. it's not valid to wait for a task e.g. from inside task's execution, as this would deadlock
| Name | IsAwaitable |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Tasks/TaskPrivate.h |
| Include Path | #include "Tasks/TaskPrivate.h" |
bool IsAwaitable() const