Terminate_command.Arguments
type t
=
{
restart : bool option;
A value of true indicates that this 'terminate' request is part of a restart sequence.
}
Arguments for 'terminate' request.
val make : ?restart:bool option -> unit -> t
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or