package ocluster-worker

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type error = [
  1. | `Cancelled
  2. | `Exit_code of int
  3. | `Msg of string
]
val exec : label:string -> log:Log_data.t -> switch:Lwt_switch.t -> ?env:string array -> ?stdin:string -> ?stderr:Lwt_process.redirection -> ?is_success:(int -> bool) -> string list -> (unit, [> error ]) Lwt_result.t
val check_call : label:string -> log:Log_data.t -> switch:Lwt_switch.t -> ?env:string array -> ?stdin:string -> ?stderr:Lwt_process.redirection -> ?is_success:(int -> bool) -> string list -> (unit, [> `Cancelled | `Msg of string ]) Lwt_result.t