| Package | Description |
|---|---|
| de.aristaflow.adept2.core.runtimeservice | |
| de.aristaflow.adept2.model.runtimeenvironment |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteProgressMonitor.setTaskState(SessionToken token,
java.lang.String sessionID,
TaskState taskState)
|
| Modifier and Type | Method and Description |
|---|---|
static TaskState |
TaskState.valueOf(java.lang.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 |
ProgressMonitor.setTaskState(TaskState taskState)
Notify the progress monitor about the current state of the task.
|