| Local Methods | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
Name | Type | Description |
---|---|---|
None |
Methods
Methods defined in this Managed Object |
---|
ConverterCreateScheduledTask, ConverterGetScheduledTask, ConverterReconfigureScheduledTask |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the ConverterScheduledTaskManager used to make the method call. |
obj P | ManagedObjectReference |
The managed object for which the scheduled task triggers an action.
You can schedule tasks on any managed object.
Since Converter API 1.0 |
spec P | ConverterScheduledTaskSpec |
The specification for the new scheduled task.
Since Converter API 1.0 |
Return Value
Type | Description |
---|---|
ScheduledTaskInfo | The scheduled task created by the operation. |
Faults
Type | Description |
---|---|
DuplicateName | Thrown if a scheduled task with the name already exists. |
InvalidName | Thrown if the scheduled task name is empty or too long. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the ConverterScheduledTaskManager used to make the method call. |
task P | ManagedObjectReference
to a ScheduledTask |
Scheduled task object.
Since Converter API 1.0 |
Return Value
Type | Description |
---|---|
ConverterScheduledTaskInfo | Information about the scheduled task. |
Faults
Type | Description |
---|---|
NotFound | Thrown if the scheduled task could not be found. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the ConverterScheduledTaskManager used to make the method call. |
task P | ManagedObjectReference
to a ScheduledTask |
Scheduled task object.
Since Converter API 1.0 |
spec P | ScheduledTaskSpec |
The new specification for the scheduled task.
Since Converter API 1.0 |
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
DuplicateName | Thrown if a scheduled task with the name already exists. |
InvalidName | Thrown if the scheduled task name is empty or too long. |
InvalidState | Thrown if the scheduled task is running. |
NotFound | Thrown if the scheduled task could not be found. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
Top of page | Local Methods | ||
Managed Object Types | Data Object Types | All Properties | All Methods |