Method: ProcessExecuter::Result#timed_out?
- Defined in:
- lib/process_executer/result.rb
#timed_out? ⇒ Boolean (readonly)
True if the process timed out and was sent the SIGKILL signal
83 84 85 |
# File 'lib/process_executer/result.rb', line 83 def timed_out? @timed_out end |