Module Values_1.ProcessingStoppingConditionSource

Configures 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.

Sourcetype nonrec t = {
  1. maxRuntimeInSeconds : ProcessingMaxRuntimeInSeconds.t;
    (*

    Specifies the maximum runtime in seconds.

    *)
}
Sourceval context_ : string
Sourceval make : maxRuntimeInSeconds:ProcessingMaxRuntimeInSeconds.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of ProcessingMaxRuntimeInSeconds.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