uint16 |
-
actionId
-
Uniquely identifies the invocation of an action.
|
string |
-
actionName
-
The name of the invoked asynchronous action.
|
string[0..] |
-
additionalInfo
-
Used for logging significant messages during execution of an action.
|
string |
-
progressInfo
-
Textual information describing the actual state of the execution of the action.
|
uint8 |
-
progressPercentage
-
Progress of the action.
The range is between 0 and 100.
|
ActionResultType |
-
result
-
Result state of completed action.
This field has the value NOT_AVAILABLE if the action is not finished.
|
string |
-
resultInfo
-
Textual description of the outcome/result of the action containing useful info for the NMS.
It can contain an error message if the action failed.
|
ActionStateType |
-
state
-
Current state of the action.
|
DateTime |
-
timeActionCompleted
-
The date and time when the action was completed (successfully or unsuccessfully).
|
DateTime |
-
timeActionStarted
-
The date and time when the current action was started.
|
DateTime |
-
timeOfLastStatusUpdate
-
The date and time when the struct member state was last updated.
|