This method gets the current configuration task status.
Synopsis
ConfigurationTaskInfo getTaskInfo();
ConfigurationTaskInfo provides status information for a configuration task. It has the following fields:
Field | Description |
---|---|
TaskType | Enumerates the list of following task types:
|
complete | Flag to indicate whether the task has completed. |
progress | Overall configuration progress. |
currentOp | Current operation name. |
currentOpProgress | Current operation progress. |
startTime | Time stamp when the task started running. |
completeTime | Time stamp when the task was completed. |
cancelled | Flag to indicate whether the client requested cancellation of the task. |
error | If the configuration state is 'failed', then this property contains the fault code. |
result | The result of the task. |
type | Type of the task. Can be one of the TaskType enum values. |
Faults
- RuntimeFault
For more information about the faults, see Faults in Site Recovery Manager Appliance Management API.