lib/coderunner/instance_methods.rb in coderunner-0.11.20 vs lib/coderunner/instance_methods.rb in coderunner-0.11.21
- old
+ new
@@ -138,10 +138,10 @@
:cancel_job
]
# These are the only permitted values for the run instance variable <tt>@status</tt>.
- PERMITTED_STATI = [:Unknown, :Complete, :Incomplete, :NotStarted, :Failed, :Queueing, :Running]
+ PERMITTED_STATI = [:Unknown, :Complete, :Incomplete, :NotStarted, :Failed, :Queueing, :Running, :Held]
include Log
# Log.log_file = nil # Dir.pwd + "/.cr_logfile.txt"
# puts Log.log_file, 'hello'