Method: Cnvrg::ConnectJobSsh#status

Defined in:
lib/cnvrg/connect_job_ssh.rb

#statusObject



17
18
19
# File 'lib/cnvrg/connect_job_ssh.rb', line 17

def status()
  Cnvrg::API_V2.request("#{@owner}/job_ssh/#{@job_id}/status" , 'GET', nil)
end