Data Object - DrConfigConfigurationTaskInfo

Property of
DrConfigConfigurationTask
Returned by
GetTaskInfo
Since
DrConfig API 1.0

Data Object Description

This data object provides status information for a configuration task.

Properties

Name Type Description
cancelledxsd:boolean

Flag to indicate whether or not the client requested cancellation of the task.
completexsd:boolean

Flag to indicate whether the task has completed.
completeTime*xsd:dateTime

Time stamp when the task was completed.
currentOp*xsd:string

Current operation name.
currentOpProgress*xsd:int

Current operation progress.
error*vmodl.LocalizedMethodFault

If the configuration state is 'failed', then this property contains the fault code.
progress*xsd:int

Overall configuration progress.
result*xsd:anyType

The result of the task.

Since DrConfig API 3.0
startTime*xsd:dateTime

Time stamp when the task started running.
type*xsd:string

The type of the task. Can be one of the TaskType enum values.

Since DrConfig API 3.0
Properties inherited from
None
*Need not be set