public interface TasksClient
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancelOperation(ParametersForCancelOperation parameters)
- Cancels an operation.
- Provide an operationToken to cancel the operation, if possible. |
OperationProgress |
getOperationStatusAndProgress(ParametersForGetOperationStatusAndProgress parameters)
- Returns the status of an operation.
- Provide an operationToken (returned in other asynchronous routes) to get the operation status, progress, and any errors that may have occurred. |
OperationProgress getOperationStatusAndProgress(ParametersForGetOperationStatusAndProgress parameters)
parameters - An object of type ParametersForGetOperationStatusAndProgress which encapsulates the parameters of getOperationStatusAndProgress method.OperationProgress The return valueboolean cancelOperation(ParametersForCancelOperation parameters)
parameters - An object of type ParametersForCancelOperation which encapsulates the parameters of cancelOperation method.Copyright © 2025. All rights reserved.