Navigation
API > API/Runtime > API/Runtime/Core
| Name | EAsyncTaskNotificationPromptAction |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AsyncTaskNotification.h |
| Include Path | #include "Misc/AsyncTaskNotification.h" |
Syntax
enum EAsyncTaskNotificationPromptAction
{
None = 0,
Continue,
Cancel,
Unattended,
}
Values
| Name | Remarks |
|---|---|
| None | No action taken for the ongoing task. |
| Continue | Continue ongoing task after a prompt. |
| Cancel | Cancel ongoing task. |
| Unattended | No action can be taken, task is unattended. |