struct AsyncActionProgress

Records the progress of an asynchronous action.

References from:
ArwaConfiguration; CertM; KeyFileManagement; NodeCredential; SwM;
uint16
actionId
Uniquely identifies the invocation of an action.
Identify the the invocation of an action when the managed object allows invocation of more than one action at a time.
string
actionName
Name of the invoked asynchronous action.
string[0..]
additionalInfo
Used for logging significant messages during execution of an action.
string
progressInfo
Textual information that describes the actual state of the action execution.
uint8
progressPercentage
Progress of the action.
The range is between 0 and 100.
ActionResultType
result
Result state of a completed action.
This field has value NOT_AVAILABLE if the action is not finished.
string
resultInfo
Textual description of the outcome/result of the action containing useful information for the NMS.
If the action failed, it can contain an error message.
ActionStateType
state
Current state of the action.
DateTime
timeActionCompleted
Date and time when the action was completed (successfully or unsuccessfully).
DateTime
timeActionStarted
Date and time when the current action was started.
DateTime
timeOfLastStatusUpdate
Date and time when the struct member state was last updated.
  struct AsyncActionProgress