| Package | Description | 
|---|---|
| net.bluemind.core.task.api | 
| Modifier and Type | Field and Description | 
|---|---|
TaskStatus.State | 
TaskStatus.state  | 
| Modifier and Type | Method and Description | 
|---|---|
static TaskStatus.State | 
TaskStatus.State.status(boolean success,
      boolean end)  | 
static TaskStatus.State | 
TaskStatus.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static TaskStatus.State[] | 
TaskStatus.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static TaskStatus | 
TaskStatus.create(double steps,
      double progress,
      java.lang.String lastLogEntry,
      TaskStatus.State status,
      java.lang.String result)  | 
Copyright © 2021. All Rights Reserved.