public interface IncrementableTask extends BaseIncrementableTask
Modifier and Type | Method and Description |
---|---|
String |
getLog()
Devuelve el contenido del log del IncrementableTask
|
boolean |
isCancelable()
Determines if this process can be canceled.
|
boolean |
isPausable()
Determines if this process can be paused.
|
getPercent, setPercent
String getLog()
boolean isCancelable()
Determines if this process can be canceled.
true
if this process can be canceled, otherwise false
boolean isPausable()
Determines if this process can be paused.
true
if this process can be paused, otherwise false