Skip to content

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

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
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:
ValueDescription
POD_FEDERATION_CATEGORYCategory for PodFederation related tasks
taskType xsd:string The type of the task. 2
* This property will be one of:
ValueDescription
POD_FEDERATION_INITIALIZINGA task performing PodFederation initialize operation
POD_FEDERATION_UNINITIALIZINGA task performing PodFederation uninitialize operation
POD_FEDERATION_JOININGA task performing PodFederation join operation
POD_FEDERATION_UNJOININGA task performing PodFederation unjoin operation
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:
ValueDescription
RUNNINGThe task is currently running.
WAITINGThe task is currently waiting to execute.
COMPLETEDThe task execution has completed.
FAILEDThe task execution has failed.
PAUSEDThe task execution has been paused.
CANCELLEDThe task execution has been cancelled.
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

  1. This property need not be set. 

  2. This property cannot be updated.