Values.StopExecutionTriggerSourceThe interaction that stopped a pipeline execution.
type nonrec t = {reason : StopPipelineExecutionReason.t option;The user-specified reason the pipeline was stopped.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of StopPipelineExecutionReason.t ]) list ]