Data Object - SmsTaskInfo(sms.TaskInfo)

Returned by
QuerySmsTaskInfo
Extends
DynamicData
See also
LocalizedMethodFault, SmsTask
Since
SMS API 2.0

Data Object Description

This data object type contains all information about a task.

Properties

Name Type Description
completionTime*xsd:dateTime

Time stamp when the task was completed (whether success or failure).
error*LocalizedMethodFault

If the task state is "error", then this property contains the fault code.
keyxsd:string

The unique key for the task.
object*ManagedObjectReference

Managed Object to which the operation applies.
progress*xsd:int

If the task state is "running", then this property contains a progress measurement, expressed as percentage completed, from 0 to 100.

If this property is not set, then the command does not report progress.

result*xsd:anyType

If the task state is "success", then this property may be used to hold a return value.
startTime*xsd:dateTime

Time stamp when the task started running.
statexsd:string

Runtime status of the task. Possible values are SmsTaskState
taskManagedObjectReference
to a SmsTask

The managed object that represents this task.
Properties inherited from DynamicData
None
*Need not be set
Show WSDL type definition