public interface Result
extends java.io.Serializable
WorkUnits can return.
Created by Eugene E. Kwan.| Modifier and Type | Field and Description |
|---|---|
static Result |
JOB_COMPLETE |
static Result |
JOB_FAILED |
static Result |
JOB_INTERRUPTED |
static Result |
JOB_UNAVAILABLE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |