The following table lists some of the values obtained from a TaskInfo data object at the beginning and the end of the Task instantiated by the CreateVM_Task method.
| Property | Datatype | Start of Task Sample Values | End of Task Sample Values |
|---|---|---|---|
| cancelable | boolean | false | false |
| ... | |||
| completeTime | dateTime | Unset | "2009-02-19T22:53:35.015338Z" |
| progress | int | 36 | 100 |
| queueTime | dateTime | "2009-02-19T22:50:39.111604Z" | "2009-02-19T22:50:39.111604Z" |
| reason | TaskReason | reason | reason |
| result | anyType | Unset | 64 |
| .... | |||
| state | TaskInfoState | "running" | "success" |