Class: UU::OS::CMD::AsyncCommandState

Inherits:
Object
  • Object
show all
Defined in:
uu_os_cmd-2.2.5/lib/uu/os/cmd/async_command_state.rb

Overview

Enumeration of possible states of asynchronous command invocation.

Constant Summary

WAITING =

Asynchronous command was successfully planned and is waiting for invocation.

'WAITING'
RUNNING =

Asynchronous command is running.

'RUNNING'
FINISHED =

Asynchronous command was successfully finished.

'FINISHED'
ERROR =

Asynchronous command failed.

'ERROR'