Module: Bj::Table::Job::InstanceMethods

Defined in:
lib/bj/table.rb

Instance Method Summary collapse

Instance Method Details

#finishedObject Also known as: finished?



158
159
160
161
# File 'lib/bj/table.rb', line 158

def finished
  reload
  exit_status
end

#titleObject



155
156
157
# File 'lib/bj/table.rb', line 155

def title
  "job[#{ id }](#{ command })"
end