public class JobStatus extends Object
| Constructor and Description |
|---|
JobStatus(int numerator,
int denominator,
JobState state,
String jobHandle) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDenominator() |
String |
getJobHandle() |
int |
getNumerator() |
JobState |
getState() |
boolean |
isRunning() |
boolean |
isStatusKnown() |
Copyright © 2013. All Rights Reserved.