Method: DockerSync::Command#status

Defined in:
lib/docker-sync/command.rb

#statusnil, Process::Status (readonly)

Returns result of command if it has ended; nil if still running.

Returns:

  • (nil, Process::Status)

    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