View API
| Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |
Data Object - TaskInfo
- Class
- VMware.Hv.TaskInfo
- Returned by
- PodFederation_Initialize, PodFederation_Join, PodFederation_Uninitialize, PodFederation_Unjoin, Task_Get
- See also
- TaskId, TaskResult
- Since
- Horizon View 6.0
Data Object Description
Info on a task.Queryable Data Object
This data object is queryable using QueryService.
Query Privileges
Privilege | Description |
---|---|
ADMINISTRATOR_VIEW | Administrator (read-only) privilege is required to query information about a task. |
Data Object Properties
Properties
Name | Type | Description | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | TaskId |
The ID of the task.
|
||||||||||||||
taskCategory | xsd:string |
The category of the task.
|
||||||||||||||
taskType | xsd:string |
The type of the task.
|
||||||||||||||
cancellable | xsd:boolean |
Whether the task can be cancelled or not.
|
||||||||||||||
state | xsd:string |
The state of the task.
|
||||||||||||||
percentageComplete | xsd:int |
How complete the task is as a percentage.
|
||||||||||||||
result | TaskResult |
The result of a task, only available when task is completed.
|
Top of page | Local Properties | ||
Service Types | Data Object Types | All Properties | All Methods |