JobInfo.State
type struct_t = [
| `State_fa45ae2a809f2466
]
type t = struct_t reader_t
type unnamed_union_t =
| NotStarted
| Passed
| Failed of string
| Active
| Aborted
| Undefined of int
val get : t -> unnamed_union_t
val of_message : 'cap message_t -> t
val of_builder : struct_t builder_t -> t