Module JobInfo.State

type struct_t = [
  1. | `State_fa45ae2a809f2466
]
type unnamed_union_t = Opam_repo_ci_api__Schema.MakeRPC(Capnp_rpc_lwt).Builder.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 not_started_set : t -> unit
val passed_set : t -> unit
val failed_set : t -> string -> unit
val active_set : t -> unit
val aborted_set : t -> unit
val of_message : Capnp.Message.rw message_t -> t
val to_message : t -> Capnp.Message.rw message_t
val to_reader : t -> struct_t reader_t
val init_root : ?message_size:int -> unit -> t
val init_pointer : pointer_t -> t