public interface GenericTask extends Executable
Modifier and Type | Method and Description |
---|---|
void |
cancel()
This method is called to cancel a running task.
|
java.lang.String |
getName()
This method returns the name of the task.
|
boolean |
hasBeenCancelled()
This method returns true if the method cancel() has been called.
|
boolean |
isVerbose()
This method returns true if the task displays messages.
|
getFailureReason, isCorrectlyTerminated
java.lang.String getName()
void cancel()
boolean hasBeenCancelled()
boolean isVerbose()