Class: SProc::TaskInfo
- Inherits:
-
Struct
- Object
- Struct
- SProc::TaskInfo
- Defined in:
- lib/sproc/core.rb
Overview
Represents queryable info about the task run by this SubProcess
Instance Attribute Summary collapse
-
#cmd_str ⇒ Object
Returns the value of attribute cmd_str.
-
#exception ⇒ Object
Returns the value of attribute exception.
-
#popen_thread ⇒ Object
Returns the value of attribute popen_thread.
-
#process_status ⇒ Object
Returns the value of attribute process_status.
-
#stderr ⇒ Object
Returns the value of attribute stderr.
-
#stdout ⇒ Object
Returns the value of attribute stdout.
-
#wall_time ⇒ Object
Returns the value of attribute wall_time.
Instance Attribute Details
#cmd_str ⇒ Object
Returns the value of attribute cmd_str
29 30 31 |
# File 'lib/sproc/core.rb', line 29 def cmd_str @cmd_str end |
#exception ⇒ Object
Returns the value of attribute exception
29 30 31 |
# File 'lib/sproc/core.rb', line 29 def exception @exception end |
#popen_thread ⇒ Object
Returns the value of attribute popen_thread
29 30 31 |
# File 'lib/sproc/core.rb', line 29 def popen_thread @popen_thread end |
#process_status ⇒ Object
Returns the value of attribute process_status
29 30 31 |
# File 'lib/sproc/core.rb', line 29 def process_status @process_status end |
#stderr ⇒ Object
Returns the value of attribute stderr
29 30 31 |
# File 'lib/sproc/core.rb', line 29 def stderr @stderr end |
#stdout ⇒ Object
Returns the value of attribute stdout
29 30 31 |
# File 'lib/sproc/core.rb', line 29 def stdout @stdout end |
#wall_time ⇒ Object
Returns the value of attribute wall_time
29 30 31 |
# File 'lib/sproc/core.rb', line 29 def wall_time @wall_time end |