package current_rpc

  1. Overview
  2. Docs

Module Current.Engine

type t
type results = {
  1. value : unit S.output;
  2. jobs : actions Job.Map.t;
}
val state : t -> results
val config : t -> Config.t

Get the engine configuration.

val pipeline : t -> unit term

pipeline t returns the current pipeline term.