Method: OodCore::Job::Script#wall_time
- Defined in:
- lib/ood_core/job/script.rb
#wall_time ⇒ Integer? (readonly)
The maximum amount of real time during which the job can be running in seconds
93 94 95 |
# File 'lib/ood_core/job/script.rb', line 93 def wall_time @wall_time end |