public interface IJobStatus
Modifier and Type | Method and Description |
---|---|
JobDuration |
getDuration() |
String |
getJobId() |
Date |
getLastActivity() |
String |
getNote() |
double |
getProgress() |
com.norconex.commons.lang.map.Properties |
getProperties() |
int |
getResumeAttempts() |
JobState |
getState() |
boolean |
isAborted() |
boolean |
isCompleted() |
boolean |
isPrematurlyEnded() |
boolean |
isResumed() |
boolean |
isRunning() |
boolean |
isStarted() |
boolean |
isState(JobState... states) |
boolean |
isStopped() |
boolean |
isStopping() |
String getJobId()
JobState getState()
double getProgress()
String getNote()
int getResumeAttempts()
JobDuration getDuration()
Date getLastActivity()
com.norconex.commons.lang.map.Properties getProperties()
boolean isStarted()
boolean isResumed()
boolean isAborted()
boolean isStopped()
boolean isStopping()
boolean isCompleted()
boolean isPrematurlyEnded()
boolean isRunning()
boolean isState(JobState... states)
Copyright © 2007–2021 Norconex Inc.. All rights reserved.