class Nomad::JobItem

Constants

STATUS_RUNNING

Public Instance Methods

running?() click to toggle source

Determines if this job is running. @return [Boolean]

# File lib/nomad/api/job.rb, line 129
def running?
  self.status == STATUS_RUNNING
end