module Map : Stdlib.Map.S with type key = stringval log_path : string -> (Fpath.t, [ `Msg of string ]) Stdlib.resultval lookup_running : string -> t optionval wait_for_log_data : t -> unit Lwt.tval approve_early_start : t -> unitval cancel : t -> string -> unitval cancelled_state : t -> (unit, [ `Msg of string ]) Stdlib.result