Module Builder.JobStatus

type struct_t = [
  1. | `JobStatus_fd5224be2351c25c
]
val has_id : t -> bool
val id_get : t -> string
val id_set : t -> string -> unit
val has_description : t -> bool
val description_get : t -> string
val description_set : t -> string -> unit
val can_cancel_get : t -> bool
val can_cancel_set : t -> bool -> unit
val can_rebuild_get : t -> bool
val can_rebuild_set : t -> bool -> 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