Ark Server API (ASA) - Wiki
|
#include <CoreAsyncTaskNotificationImpl.h>
Implementation interface of notifications for an on-going asynchronous task.
Definition at line 21 of file CoreAsyncTaskNotificationImpl.h.
|
virtualdefault |
|
pure virtual |
Return the notification prompt action. The action resets to None
when the notification state changes.
Implemented in FCoreAsyncTaskNotificationImpl.
|
pure virtual |
Initialize this notification based on the given config.
Implemented in FCoreAsyncTaskNotificationImpl.
|
pure virtual |
Set whether this task be canceled.
Implemented in FCoreAsyncTaskNotificationImpl.
Set the task as complete.
Implemented in FCoreAsyncTaskNotificationImpl.
|
pure virtual |
Update the text and set the task as complete.
Implemented in FCoreAsyncTaskNotificationImpl.
|
pure virtual |
Set the hyperlink text of this notification.
Implemented in FCoreAsyncTaskNotificationImpl.
|
pure virtual |
Set whether to keep this notification open on failure.
Implemented in FCoreAsyncTaskNotificationImpl.
|
pure virtual |
Set whether to keep this notification open on success.
Implemented in FCoreAsyncTaskNotificationImpl.
|
pure virtual |
Set the task notification state. provides finer control than SetComplete
Implemented in FCoreAsyncTaskNotificationImpl.
|
pure virtual |
Set the progress text of this notification.
Implemented in FCoreAsyncTaskNotificationImpl.
Set the prompt text of this notification.
Implemented in FCoreAsyncTaskNotificationImpl.
|
pure virtual |
Set the title text of this notification.
Implemented in FCoreAsyncTaskNotificationImpl.