com.xqual.xagent.launcher.runner
Interface IRunner

All Known Implementing Classes:
CRunner

public interface IRunner


Field Summary
static byte DO_NOT_WAIT_END_OF_EXECUTION
           
static byte GET_EXIT_VALUE
           
static byte START_PROCESS
           
static byte STOP_PROCESS
           
static byte WAIT_END_OF_EXECUTION
           
 

Field Detail

START_PROCESS

static final byte START_PROCESS
See Also:
Constant Field Values

STOP_PROCESS

static final byte STOP_PROCESS
See Also:
Constant Field Values

WAIT_END_OF_EXECUTION

static final byte WAIT_END_OF_EXECUTION
See Also:
Constant Field Values

DO_NOT_WAIT_END_OF_EXECUTION

static final byte DO_NOT_WAIT_END_OF_EXECUTION
See Also:
Constant Field Values

GET_EXIT_VALUE

static final byte GET_EXIT_VALUE
See Also:
Constant Field Values