Module Values.StopCalculationExecutionRequestSource

Requests the cancellation of a calculation. A StopCalculationExecution call on a calculation that is already in a terminal state (for example, STOPPED, FAILED, or COMPLETED) succeeds but has no effect. Cancelling a calculation is done on a best effort basis. If a calculation cannot be cancelled, you can be charged for its completion. If you are concerned about being charged for a calculation that cannot be cancelled, consider terminating the session in which the calculation is running.

Sourcetype nonrec t = {
  1. calculationExecutionId : CalculationExecutionId.t;
    (*

    The calculation execution UUID.

    *)
}
Sourceval context_ : string
Sourceval make : calculationExecutionId:CalculationExecutionId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CalculationExecutionId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t