Method: Flydata::Command::Sender#status

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

#statusObject



133
134
135
136
137
138
139
# File 'lib/flydata/command/sender.rb', line 133

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