Module Terminate_threads_command.Arguments

type t = {
thread_ids : int list option;

Ids of threads to be terminated.

}

Arguments for 'terminateThreads' request.

val make : ?⁠thread_ids:int list option -> unit -> t
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or