Name
|
Type
|
Description
|
id | TaskId |
The ID of the task.
- This property cannot be updated.
|
taskCategory | xsd:string |
The category of the task.
- This property cannot be updated.
-
This property will be one of:
Value
|
Description
|
"POD_FEDERATION_CATEGORY" | Category for PodFederation related tasks |
|
taskType | xsd:string |
The type of the task.
- This property cannot be updated.
-
This property will be one of:
Value
|
Description
|
"POD_FEDERATION_INITIALIZING" | A task performing PodFederation initialize operation |
"POD_FEDERATION_UNINITIALIZING" | A task performing PodFederation uninitialize operation |
"POD_FEDERATION_JOINING" | A task performing PodFederation join operation |
"POD_FEDERATION_UNJOINING" | A task performing PodFederation unjoin operation |
|
cancellable | xsd:boolean |
Whether the task can be cancelled or not.
- This property cannot be updated.
|
state | xsd:string |
The state of the task.
- This property cannot be updated.
-
This property will be one of:
Value
|
Description
|
"RUNNING" | The task is currently running. |
"WAITING" | The task is currently waiting to execute. |
"COMPLETED" | The task execution has completed. |
"FAILED" | The task execution has failed. |
"PAUSED" | The task execution has been paused. |
"CANCELLED" | The task execution has been cancelled. |
|
percentageComplete | xsd:int |
How complete the task is as a percentage.
- This property need not be set.
- This property cannot be updated.
|
result | TaskResult |
The result of a task, only available when task is completed.
- This property need not be set.
- This property cannot be updated.
|