Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Interrupt an operation of this session with the given operation ID.
Syntax
interruptOperation(op_id)
Parameters
| Parameter | Type | Description |
|---|---|---|
op_id |
str | The ID of the operation to interrupt. |
Returns
list of str
List of operation IDs of interrupted operations.
Notes
There is still a possibility of an operation finishing just as it is interrupted.