Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Async > API/Runtime/Core/Async/Fundamental > API/Runtime/Core/Async/Fundamental/FTask
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Async/Fundamental/Task.h |
| Include | #include "Async/Fundamental/Task.h" |
bool TryRevive&40;&41;
Remarks
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 it succeeds.