Method: OodCore::Job::Adapters::Sge::Batch#release

Defined in:
lib/ood_core/job/adapters/sge/batch.rb

#release(job_id) ⇒ void

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

This method returns an undefined value.

Call qrls

Parameters:

  • job_id (#to_s)


153
154
155
# File 'lib/ood_core/job/adapters/sge/batch.rb', line 153

def release(job_id)
  call('qrls', job_id)
end