Module: SProc::ExecutionState

Included in:
SProc
Defined in:
lib/sproc/core.rb

Overview

The available execution states of a the subprocess running within an SProc instance.

Constant Summary collapse

NOT_STARTED =
0
RUNNING =
1
ABORTED =
2
COMPLETED =
3
FAILED_TO_START =
4