class Utils::ProbeClient
def enqueue(args)
-
args
(Array
) -- the command arguments to be executed by the process
def enqueue(args) @server.transmit({ type: 'process_job', args: }) end
args
(Array
)
-- the command arguments to be executed by the process
def enqueue(args) @server.transmit({ type: 'process_job', args: }) end