Values.UpdatedSessionActionInfoSourceThe updated session action information as it relates to completion and progress of the session.
type nonrec t = {completedStatus : CompletedStatus.t option;The status of the session upon completion.
*)processExitCode : ProcessExitCode.t option;The process exit code. The default Deadline Cloud worker agent converts unsigned 32-bit exit codes to signed 32-bit exit codes.
*)progressMessage : SessionActionProgressMessage.t option;A message to indicate the progress of the updated session action.
*)startedAt : SyntheticTimestamp_date_time.t option;The date and time the resource started running.
*)endedAt : SyntheticTimestamp_date_time.t option;The date and time the resource ended running.
*)updatedAt : SyntheticTimestamp_date_time.t option;The updated time.
*)progressPercent : SessionActionProgressPercent.t option;The percentage completed.
*)manifests : TaskRunManifestPropertiesListRequest.t option;A list of output manifest properties reported by the worker agent, with each entry corresponding to a manifest property in the job.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Float of SessionActionProgressPercent.t
| `Integer of ProcessExitCode.t
| `List of
[> `Structure of
(string
* [> `String of
TaskRunManifestPropertiesRequestOutputManifestPathString.t ])
list ]
list
| `String of SessionActionProgressMessage.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]