| Package | Description |
|---|---|
| com.epimorphics.tasks |
| Modifier and Type | Field and Description |
|---|---|
protected TaskState |
SimpleProgressMonitor.state |
| Modifier and Type | Method and Description |
|---|---|
TaskState |
ProgressReporter.getState()
Return the state of the task.
|
TaskState |
SimpleProgressMonitor.getState() |
TaskState |
ProgressMonitor.getState()
Return the state of the task.
|
static TaskState |
TaskState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskState[] |
TaskState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProgressReporter.setState(TaskState state)
Change the state of the progress report.
|
void |
SimpleProgressMonitor.setState(TaskState state) |
Copyright © 2019. All rights reserved.