Method: DockerSync::Command#status
- Defined in:
- lib/docker-sync/command.rb
#status ⇒ nil, Process::Status (readonly)
Returns result of command if it has ended; nil if still running.
17 18 19 |
# File 'lib/docker-sync/command.rb', line 17 def status @status end |