Module ProcessEvent.M

type start_method =
  1. | Launch
  2. | Attach
  3. | AttachForSuspendedLaunch
val start_method_of_js : Ojs.t -> start_method
val start_method_to_js : start_method -> Ojs.t
type body = {
  1. name : string;
  2. systemProcessId : int Interop.or_undefined;
  3. isLocalProcess : bool Interop.or_undefined;
  4. startMethod : start_method Interop.or_undefined;
  5. pointerSize : int Interop.or_undefined;
}
val body_of_js : Ojs.t -> body
val body_to_js : body -> Ojs.t
val event : string