Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IAsyncTask
Description
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.
| Name | Cancel |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/IAsyncTask.h |
| Include Path | #include "Async/IAsyncTask.h" |
void Cancel()