Method Summary
| cancel ( ) |
Calling this function will cancel an ongoing asynchronous operation. The timing for the actual cancellation may differ between different use cases. |
Type Definitions
|
Type for operation errors. |
|
|
State identifier used to identify the operation state. |
|
|
Identifier for a metadata property. |
|
|
|
|
|
Value for a metadata property. |
|
|
|
|
Methods
Calling this function will cancel an ongoing asynchronous operation. The timing for the actual cancellation may differ between different use cases.
Members
Operation was cancelled by the application.
Operation failed but the exact reason is unknown. This error value is only used if there are no specific errors defined for the specific use case.
Asynchronous operation has successfully been completed. If supported by the type of request, the final result is available in the result property.
Asynchronous operation has failed.
Asynchronous operation is currently in progress.
Error code of the operation. Only valid if the operation is in state OPERATION_FAILED.
Properties of the operation if supported by the use case.
Result of the operation. This property is only set for asynchronous operations that have produced a result. In case the executing operation supports incremental results, this property will be updated regularly until the operation is completed. The type of result depends on the use case and the platform service that supports asynchronous operations.
The current state of the operation.
A structure used to list property key-value pairs.
Struct fields
| Name | Description |
|---|---|
| id | The metadata property. Type: ToiAsynchronousOperation.ToiPropertyId |
| value | The value to match in the query. Type: ToiAsynchronousOperation.ToiPropertyValue |