|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CancelManager.CancelStatus | |
---|---|
de.cau.cs.kieler.sim.kiem.automated.execution | This package contains the classes responsible for running the actual execution. |
Uses of CancelManager.CancelStatus in de.cau.cs.kieler.sim.kiem.automated.execution |
---|
Methods in de.cau.cs.kieler.sim.kiem.automated.execution that return CancelManager.CancelStatus | |
---|---|
protected CancelManager.CancelStatus |
CancelManager.isExecutionCanceled()
Determine whether or not the entire execution should be canceled. |
protected CancelManager.CancelStatus |
CancelManager.isExecutionFileCanceled()
Determine whether or not the current execution file should be skipped. |
protected CancelManager.CancelStatus |
CancelManager.isIterationCanceled()
Determine whether or not the current iteration should be skipped. |
protected CancelManager.CancelStatus |
CancelManager.isModelFileCanceled()
Determine whether or not the current model file should be skipped. |
static CancelManager.CancelStatus |
CancelManager.CancelStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CancelManager.CancelStatus[] |
CancelManager.CancelStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in de.cau.cs.kieler.sim.kiem.automated.execution with parameters of type CancelManager.CancelStatus | |
---|---|
void |
CancelManager.cancelExecution(CancelManager.CancelStatus status)
Cancel the currently running execution. |
void |
CancelManager.cancelExecutionFile(CancelManager.CancelStatus status)
Cancel the currently running execution file. |
void |
CancelManager.cancelIteration(CancelManager.CancelStatus status)
Cancel the currently running iteration. |
void |
CancelManager.cancelModelFile(CancelManager.CancelStatus status)
Cancel the currently running model file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |