Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FTask_1
Description
Try to revive a canceled task (as in reverting the cancellation as if it never happened). If it had been canceled and the scheduler has not run it yet this will succeed and return true.
| Name | TryRevive |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Async/Fundamental/Task.h |
| Include Path | #include "Async/Fundamental/Task.h" |
bool TryRevive()