Values.BatchJobExecutionSummarySourceA subset of the possible batch job attributes. Used in the batch job list.
type nonrec t = {applicationId : Identifier.t option;The unique identifier of the application that hosts this batch job.
*)batchJobIdentifier : BatchJobIdentifier.t option;The unique identifier of this batch job.
*)endTime : Timestamp.t option;The timestamp when this batch job execution ended.
*)executionId : Identifier.t option;The unique identifier of this execution of the batch job.
*)jobId : String100.t option;The unique identifier of a particular batch job.
*)jobName : String100.t option;The name of a particular batch job.
*)jobType : BatchJobType.t option;The type of a particular batch job execution.
*)returnCode : String_.t option;The batch job return code from either the Blu Age or Micro Focus runtime engines. For more information, see Batch return codes in the IBM WebSphere Application Server documentation.
*)startTime : Timestamp.t option;The timestamp when a particular batch job execution started.
*)status : BatchJobExecutionStatus.t option;The status of a particular batch job execution.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Identifier.t
| `Structure of
(string
* [> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Integer of Integer.t
| `String of String_.t ])
list ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]