| Local Properties | Local Methods | |
Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
Name | Type | Description |
---|---|---|
child* | ConverterTaskInfo[] |
Child tasks of this task.
Since Converter API 2.0 |
event* | ConverterEvent[] |
Events associated with this task.
|
info | ConverterTaskInfo |
Detailed information about this task.
|
spec* | ConverterTaskSpec |
Detailed specification about this task.
|
Methods
Methods defined in this Managed Object |
---|
ConverterCancelTask |
If a task is canceled, its runtime state will be set to error and its error state will be set to RequestCanceled.
A cancel operation is asynchronous. The operation may return before the task is canceled.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the ConverterTask used to make the method call. |
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
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 Properties | Local Methods | |
Managed Object Types | Data Object Types | All Properties | All Methods |