Method: Flydata::Command::Sender#status

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

#statusObject



87
88
89
90
91
92
93
# File 'lib/flydata/command/sender.rb', line 87

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