UserLock API
|
Represents an asynchornous task element. More...
Public Types | |
enum | TaskAsyncType { SessionTask = 0 , MachineTask = 1 , UserTask = 2 , ProtectedAccountTask = 3 , ServerTask = 4 } |
Type of the asynchronous task element depending on the target accions. More... | |
Public Member Functions | |
TaskAsync (string serialized, TaskAsyncType type) | |
An asynchronous task element is serialized like: "OK: Task identifier [identifier]" or "KO: [reason]". | |
Properties | |
int | Identifier [get] |
Identifier. | |
TaskAsyncType | Type [get] |
Type. | |
uint | DatabaseIdentifier [get] |
The ID in the AdminAction table, unless it is 0. | |
Represents an asynchornous task element.
enum TaskAsyncType |
Type of the asynchronous task element depending on the target accions.