Module JobInfo.State

type struct_t = [
  1. | `State_fa45ae2a809f2466
]
type unnamed_union_t = Opam_repo_ci_api__Schema.MakeRPC(Capnp_rpc_lwt).Reader.JobInfo.State.unnamed_union_t =
  1. | NotStarted
  2. | Passed
  3. | Failed of string
  4. | Active
  5. | Aborted
  6. | Undefined of int
val get : t -> unnamed_union_t
val of_message : 'cap message_t -> t
val of_builder : struct_t builder_t -> t