Uses of Interface
com.redwood.scheduler.api.scripting.variables.RestartableScriptObject
- 
Packages that use RestartableScriptObject Package Description com.redwood.scheduler.action.api Scheduler API - Actionscom.redwood.scheduler.api.scripting.variables Scheduler API - Interfaces for scripting variables.
- 
- 
Uses of RestartableScriptObject in com.redwood.scheduler.action.apiClasses in com.redwood.scheduler.action.api that implement RestartableScriptObject Modifier and Type Class Description classActionScriptObjectCommon methods for all job actions.
- 
Uses of RestartableScriptObject in com.redwood.scheduler.api.scripting.variablesSubinterfaces of RestartableScriptObject in com.redwood.scheduler.api.scripting.variables Modifier and Type Interface Description interfacePostRunningActionScriptObjectThis class provides methods to inspect and set the new final status, and to control restarts of the trigger/action.interfacePreExecutingActionScriptObjectThis class provides methods to get the old values of Job attributes, and to control restarts of the trigger/action.
 
-