class Utils::ProbeClient

def enqueue(args)

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