package bistro

  1. Overview
  2. Docs
val workflow_to_channel : ?db:Bistro_engine.Db.t -> ?reduce:bool -> out_channel -> _ Bistro.workflow -> unit
val workflow_to_file : ?db:Bistro_engine.Db.t -> ?reduce:bool -> string -> _ Bistro.workflow -> unit
val gc_state_to_channel : ?condensed:bool -> ?db:Bistro_engine.Db.t -> out_channel -> Bistro_engine.Scheduler.Gc.state -> unit
val gc_state_to_file : ?condensed:bool -> ?db:Bistro_engine.Db.t -> string -> Bistro_engine.Scheduler.Gc.state -> unit