Parameters to cancel an execution.
Name | Type | Description | Notes |
---|---|---|---|
expectedStatus | ExpectedStatusEnum | The expected status of the execution to cancel to prevent cancelling a queued job that has transitioned to a running state since the request was issued (Standard Job only). | [optional] |
Name | Value |
---|---|
QUEUED | "QUEUED" |
RUNNING | "RUNNING" |