| Package | Description | 
|---|---|
| com.norconex.jef4.status | Job-status related classes. | 
| Modifier and Type | Method and Description | 
|---|---|
| JobState | MutableJobStatus. getState()Gets the job execution state. | 
| JobState | IJobStatus. getState() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | JobState. isOneOf(JobState... jobStates) | 
| boolean | MutableJobStatus. isState(JobState... states)Checks whether the current progress status matches any of the supplied
 statuses. | 
| boolean | IJobStatus. isState(JobState... states) | 
Copyright © 2007–2021 Norconex Inc.. All rights reserved.