public interface FlowControl
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
STATUS_FAILED |
static java.lang.String |
STATUS_SUCCEEDED |
| Modifier and Type | Method and Description |
|---|---|
void |
Continue()
execution continues
|
void |
Halt(boolean success)
execution halts with success or failure
|
void |
Halt(java.lang.String statusString)
execution halts with custom status
|
static final java.lang.String STATUS_SUCCEEDED
static final java.lang.String STATUS_FAILED