public final class MonitoringStatus extends Object
Modifier and Type | Method and Description |
---|---|
Date |
getLastModificationDate()
Returns the last modification date for the monitoring information.
|
MonitoringException |
getMonitoringException()
Returns the exception information.
|
double |
getPercentage()
Returns the completion percentage.
|
State |
getState()
Returns the monitoring state.
|
boolean |
isWaitTobeKill()
Returns
true when the operation is marked 'wait to be killed'. |
public double getPercentage()
public State getState()
public boolean isWaitTobeKill()
true
when the operation is marked 'wait to be killed'.public MonitoringException getMonitoringException()
public Date getLastModificationDate()