Module: Lite::Command::Internals::Executions
- Defined in:
- lib/lite/command/internals/executions.rb
Instance Method Summary collapse
Instance Method Details
#executed? ⇒ Boolean
20 21 22 |
# File 'lib/lite/command/internals/executions.rb', line 20 def executed? complete? || interrupted? end |
#state ⇒ Object
16 17 18 |
# File 'lib/lite/command/internals/executions.rb', line 16 def state @state || PENDING end |