Values.ServiceJobPreemptedAttemptSourceDetailed information about a preempted attempt of a service job.
type nonrec t = {serviceResourceId : ServiceResourceId.t option;The service resource identifier associated with the service job attempt.
*)startedAt : Long.t option;The Unix timestamp (in milliseconds) for when the service job attempt was started.
*)stoppedAt : Long.t option;The Unix timestamp (in milliseconds) for when the service job attempt stopped running.
*)statusReason : String_.t option;A string that provides additional details for the current status of the service job attempt.
*)}