Uses of Class
com.redwood.scheduler.api.scripting.variables.ExecutorOrigin
-
Packages that use ExecutorOrigin Package Description com.redwood.scheduler.api.scripting.variables Scheduler API - Interfaces for scripting variables. -
-
Uses of ExecutorOrigin in com.redwood.scheduler.api.scripting.variables
Methods in com.redwood.scheduler.api.scripting.variables that return ExecutorOrigin Modifier and Type Method Description ExecutorOrigin
ExecutorContext. getOrigin()
Get the origin of the execution.static ExecutorOrigin
ExecutorOrigin. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExecutorOrigin[]
ExecutorOrigin. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-