Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAsyncTaskBase
Description
Returns true if the work has completed, false while it's still in progress. This does not block and if true, you can use the results. But you can't destroy or reuse the task without IsDone() being true or EnsureCompletion()
| Name | IsWorkDone |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/AsyncWork.h |
| Include Path | #include "Async/AsyncWork.h" |
bool IsWorkDone() const