Values.RestartBatchJobIdentifierSourceAn identifier for the StartBatchJob API to show that it is a restart operation.
type nonrec t = {executionId : Identifier.t;The executionId from the StartBatchJob response when the job ran for the first time.
*)jobStepRestartMarker : JobStepRestartMarker.t;The step/procedure step information for a restart batch job operation.
*)}val make :
executionId:Identifier.t ->
jobStepRestartMarker:JobStepRestartMarker.t ->
unit ->
t