public final class StatusContext extends Object
Modifier and Type | Method and Description |
---|---|
Integer |
getMaxDurationTime()
Returns the maximum duration in minutes of monitoring.
|
MonitoringTimeInformation |
getMonitoringTimeInformation()
Return the
MonitoringTimeInformation that contains the monitoring time information. |
State |
getState()
Returns the monitoring state.
|
StopCause |
getStopCause()
Returns the monitoring stop cause.
|
int |
getTotalDurationInMinutes()
Returns the total used time in minutes.
|
boolean |
isWaitToBeKill()
Returns
true when the operation is marked 'wait to be killed'. |
public boolean isWaitToBeKill()
true
when the operation is marked 'wait to be killed'.public State getState()
public StopCause getStopCause()
public Integer getMaxDurationTime()
public int getTotalDurationInMinutes()
public MonitoringTimeInformation getMonitoringTimeInformation()
MonitoringTimeInformation
that contains the monitoring time information.