package oxbow

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

Module Wm.LifecycleSource

type t =
  1. | Running
  2. | Pending_exit of [ `Local | `Compositor ]
  3. | Exited
  4. | Close_requested
Sourceval to_string : t -> string