Method: Flydata::Command::Sender#status

Defined in:
lib/flydata/command/sender.rb

#statusObject



98
99
100
101
102
103
104
# File 'lib/flydata/command/sender.rb', line 98

def status
  if process_exist?
    log_info_stdout("Process is running.")
  else
    log_info_stdout("Process is not running.")
  end
end