li.cil.oc.api.machine
public abstract class ExecutionResult extends java.lang.Object
Architecture.runThreaded(boolean).
Do not implement this interface, only use the predefined internal classes.| Modifier and Type | Class and Description |
|---|---|
static class |
ExecutionResult.Error
Indicates that an error occurred and the computer should crash.
|
static class |
ExecutionResult.Shutdown
Indicates tha the computer should shutdown or reboot.
|
static class |
ExecutionResult.Sleep
Indicates the machine may sleep for the specified number of ticks.
|
static class |
ExecutionResult.SynchronizedCall
Indicates that a synchronized call should be performed.
|
| Constructor and Description |
|---|
ExecutionResult() |