RunStepResponse.CancelledAt

RunStepResponse.CancelledAt property

Gets or sets the Unix timestamp (in seconds) for when the run step was cancelled.

public long? CancelledAt { get; set; }

See Also