Method: OodCore::Job::Script#wall_time

Defined in:
lib/ood_core/job/script.rb

#wall_timeInteger? (readonly)

The maximum amount of real time during which the job can be running in seconds

Returns:

  • (Integer, nil)

    max real time



93
94
95
# File 'lib/ood_core/job/script.rb', line 93

def wall_time
  @wall_time
end