JMACS

org.jmacs.pd
Interface IProgram.States

Enclosing interface:
IProgram

public static interface IProgram.States

program states.


Field Summary
static byte ABENDED
          an exception was thrown.
static byte ALERT_TRIGGERED
          alert triggered.
static byte ENDED
          the program completed normally.
static String[] NAMES
          human readable.
static byte RUNNING
          program is running.
static byte STOPPED
          program was stopped.
static byte UNDEFINED
          undefined.
static byte WAITING
          program is waiting to run.
 

Field Detail

UNDEFINED

static final byte UNDEFINED
undefined.

See Also:
Constant Field Values

WAITING

static final byte WAITING
program is waiting to run.

See Also:
Constant Field Values

RUNNING

static final byte RUNNING
program is running.

See Also:
Constant Field Values

ALERT_TRIGGERED

static final byte ALERT_TRIGGERED
alert triggered.

See Also:
Constant Field Values

STOPPED

static final byte STOPPED
program was stopped.

See Also:
Constant Field Values

ABENDED

static final byte ABENDED
an exception was thrown.

See Also:
Constant Field Values

ENDED

static final byte ENDED
the program completed normally.

See Also:
Constant Field Values

NAMES

static final String[] NAMES
human readable.


JMACS

jmacs.org