Interface inria.meije.rc.sugarcubes.ReturnCodes
All Packages Class Hierarchy This Package Previous Next Index
Interface inria.meije.rc.sugarcubes.ReturnCodes
- public interface ReturnCodes
- extends Object
The basic return codes: TERM means that nothing remains to be executed;
STOP means that execution is finished for the current instant but that
something remains to be done at next instant; SUSP means that execution
at current instant must resume during this instant.
-
STOP
-
-
SUSP
-
-
TERM
-
STOP
public final static byte STOP
TERM
public final static byte TERM
SUSP
public final static byte SUSP
All Packages Class Hierarchy This Package Previous Next Index