Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async > API/Runtime/Core/Async/IAsyncTask
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/IAsyncTask.h |
| Include | #include "Async/IAsyncTask.h" |
void Cancel&40;&41;
Remarks
Cancel this task.
If the task is already running, it should make a best effort to abort execution as soon as possible. This method should be implemented in such a way that it returns immediately and does not block the caller.