Values.RunSummarySourceA summary of the runs in a batch.
type nonrec t = {pendingRunCount : Integer.t option;The number of pending runs.
*)startingRunCount : Integer.t option;The number of starting runs.
*)runningRunCount : Integer.t option;The number of running runs.
*)stoppingRunCount : Integer.t option;The number of stopping runs.
*)completedRunCount : Integer.t option;The number of completed runs.
*)deletedRunCount : Integer.t option;The number of deleted runs.
*)failedRunCount : Integer.t option;The number of failed runs.
*)cancelledRunCount : Integer.t option;The number of cancelled runs.
*)}