Managed Object - TaskManager

Property of
ServiceContent
See also
Task, TaskDescription, TaskFilterSpec, TaskHistoryCollector, TaskInfo
Since
null


Managed Object Description

Properties

Name Type Description
description PTaskDescription


maxCollector Pxsd:int


recentTask* PManagedObjectReference[]
to a Task[]


*May not be presentP Required privilege: System.View

Methods

Methods defined in this Managed Object
CreateCollectorForTasks, CreateTask

CreateCollectorForTasks

Required Privileges
System.View

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the TaskManager used to make the method call.
filter PTaskFilterSpec

Since null
P Required privilege: filter

Return Value

Type Description
ManagedObjectReference
to a TaskHistoryCollector

Faults

Type Description
InvalidState
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None



CreateTask

Required Privileges
Task.Create
Since
VI API 2.5

Parameters

NameTypeDescription
_thisManagedObjectReference A reference to the TaskManager used to make the method call.
obj PManagedObjectReference

Since VI API 2.5
taskTypeId Pxsd:string

Since VI API 2.5
initiatedBy* Pxsd:string

Since VI API 2.5
cancelable Pxsd:boolean

Since VI API 2.5
parentTaskKey* Pxsd:string

Since VI API 2.5
activationId* Pxsd:string

Since VI API 2.5
*Need not be set PRequired privilege - see tooltip for details

Return Value

Type Description
TaskInfo

Faults

Type Description
RuntimeFaultThrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error.

Events

Type
None