public interface IExecution
Modifier and Type | Method and Description |
---|---|
void |
close()
Cleanup the execution
|
boolean |
progress()
Progress the computation
|
void |
stop()
Stop a particular execution
|
boolean |
waitForCompletion()
Wait for execution to complete
|
boolean waitForCompletion()
boolean progress()
void close()
void stop()