Uses of Interface
com.redwood.scheduler.api.scripting.variables.ExecutorContext
-
Packages that use ExecutorContext Package Description com.redwood.scheduler.api.scripting.variables Scheduler API - Interfaces for scripting variables. -
-
Uses of ExecutorContext in com.redwood.scheduler.api.scripting.variables
Methods in com.redwood.scheduler.api.scripting.variables that return ExecutorContext Modifier and Type Method Description ExecutorContext
ExecutorContext. getParentExecutorContext()
Some executions are triggered by another execution (like a trigger) and this method provides the ExecutorContext of that execution.
-