Values_1.ProcessingStoppingConditionSourceConfigures conditions under which the processing job should be stopped, such as how long the processing job has been running. After the condition is met, the processing job is stopped.
type nonrec t = {maxRuntimeInSeconds : ProcessingMaxRuntimeInSeconds.t;Specifies the maximum runtime in seconds.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of ProcessingMaxRuntimeInSeconds.t ]) list ]