Data Object - TaskInfo
Java Class
com.omnissa.vdi.vlsi.binding.vdi.task.Task.TaskInfo
Returned by
PodFederation_Initialize, PodFederation_Join, PodFederation_Uninitialize, PodFederation_Unjoin, Task_Get
See also
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 |
---|---|
FEDERATED_LDAP_VIEW | Global LDAP read is required to query information about a task. |
Data Object Properties¶
Name | Type | Description | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | TaskId | The ID of the task. 2 | ||||||||||||||
taskCategory | xsd:string | The category of the task. 2 * This property will be one of:
|
||||||||||||||
taskType | xsd:string | The type of the task. 2 * This property will be one of:
|
||||||||||||||
cancellable | xsd:boolean | Whether the task can be cancelled or not. 2 | ||||||||||||||
state | xsd:string | The state of the task. 2 * This property will be one of:
|
||||||||||||||
percentageComplete | xsd:int | How complete the task is as a percentage. 1 2 | ||||||||||||||
result | TaskResult | The result of a task, only available when task is completed. 1 2 |