Values.SessionActionSummarySourceThe details of a session action.
type nonrec t = {sessionActionId : SessionActionId.t option;The session action ID.
*)status : SessionActionStatus.t option;The status of the session action.
*)startedAt : StartedAt.t option;The date and time the resource started running.
*)endedAt : EndedAt.t option;The date and time the resource ended running.
*)workerUpdatedAt : Timestamp.t option;The Linux timestamp of the last date and time that the session action was updated.
*)progressPercent : SessionActionProgressPercent.t option;The completion percentage for the session action.
*)manifests : TaskRunManifestPropertiesListResponse.t option;The list of manifest properties that describe file attachments for the task run.
*)definition : SessionActionDefinitionSummary.t option;The session action definition.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Float of SessionActionProgressPercent.t
| `List of
[> `Structure of (string * [> `String of String_.t ]) list ] list
| `String of SessionActionId.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Map of
([> `String of String_.t ]
* [> `Structure of
(string * [> `String of IntString.t ]) list ])
list
| `String of EnvironmentId.t ])
list ])
list
| `Timestamp of StartedAt.t ])
list ]