public interface Execution extends Runnable
| Modifier and Type | Method and Description |
|---|---|
boolean |
mayBeCanceled()
Checks if this execution might be canceled in the future.
Note that this is just an hint for the runner: if false is returned, the runner might not be able to cancel the execution when requested. |
boolean mayBeCanceled()