| Package | Description |
|---|---|
| ca.eandb.jdcp.remote |
| Modifier and Type | Method and Description |
|---|---|
JobState |
JobStatus.getState()
Gets the current state of the job (new, running, complete, etc.).
|
static JobState |
JobState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobState[] |
JobState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
JobStatus(UUID jobId,
String description,
JobState state,
double progress,
String status)
Creates a new
JobStatus with no event ID. |
JobStatus(UUID jobId,
String description,
JobState state,
String status)
Creates a new
JobStatus with no event ID and
indeterminant progress. |
Copyright © 2016. All rights reserved.