Navigation
API > API/Runtime > API/Runtime/Core
| Name | EAsyncTaskNotificationState |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AsyncTaskNotification.h |
| Include Path | #include "Misc/AsyncTaskNotification.h" |
Syntax
enum EAsyncTaskNotificationState
{
None = 0,
Pending,
Success,
Failure,
Prompt,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Pending | |
| Success | |
| Failure | |
| Prompt |