Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 552 Bytes

ExecutionCancelParameters.md

File metadata and controls

23 lines (11 loc) · 552 Bytes

ExecutionCancelParameters

Parameters to cancel an execution.

Properties

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]

Enum: ExpectedStatusEnum

Name Value
QUEUED "QUEUED"
RUNNING "RUNNING"