Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
AsyncTaskNotification.h File Reference
#include "CoreTypes.h"
#include "Delegates/Delegate.h"
#include "Internationalization/Text.h"
#include "Logging/LogCategory.h"
#include "Misc/Attribute.h"
#include "Templates/SharedPointer.h"
+ Include dependency graph for AsyncTaskNotification.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  FAsyncTaskNotificationConfig
 
struct  FAsyncNotificationStateData
 
class  FAsyncTaskNotification
 

Enumerations

enum class  EAsyncTaskNotificationState : uint8 {
  None = 0x0 , Pending = 0x1 , Success = 0x2 , Failure = 0x3 ,
  Prompt = 0x4 , None = 0 , Pending , Success ,
  Failure , Prompt
}
 
enum class  EAsyncTaskNotificationPromptAction : uint8 {
  None = 0x0 , Continue = 0x1 , Cancel = 0x2 , Unattended = 0x3 ,
  None = 0 , Continue , Cancel , Unattended
}
 

Enumeration Type Documentation

◆ EAsyncTaskNotificationPromptAction

Enumerator
None 
Continue 
Cancel 
Unattended 
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.

Definition at line 64 of file AsyncTaskNotification.h.

◆ EAsyncTaskNotificationState

Enumerator
None 
Pending 
Success 
Failure 
Prompt 
None 
Pending 
Success 
Failure 
Prompt 

Definition at line 55 of file AsyncTaskNotification.h.