package bistro

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Execution_trace.OutcomeSource

Sourcetype t = [
  1. | `Succeeded
  2. | `Missing_output
  3. | `Error_exit_code of int
  4. | `Plugin_failure of string
  5. | `Scheduler_error of string
]
Sourceval is_success : t -> bool
OCaml

Innovation. Community. Security.