Values.LastExecutionStatusSourceThe execution status of the last job.
type nonrec t = {executionStatus : ExecutionStatus.t option;The job status enum string.
*)statusMessage : NonBlankString.t option;The status message of a job.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NonBlankString.t ]) list ]