Package org.bgerp.app.exec.scheduler
Class TaskConfig
java.lang.Object
org.bgerp.app.exec.scheduler.TaskConfig
Scheduled task configuration.
- 
Method Details
- 
getId
 - 
getTitle
 - 
getMinute
 - 
getHour
 - 
getDayOfMonth
 - 
getMonth
 - 
getDayOfWeek
 - 
isEnabled
public boolean isEnabled() - 
getNotRunnableState
- Returns:
 nullif the task can be run, or the state, preventing that.
 - 
getLastRunStart
 - 
getLastRunDuration
 - 
toString
 
 -