Interface JobWaitEventsScriptObject
-
- All Superinterfaces:
com.redwood.scheduler.api.scripting.ScriptObject
public interface JobWaitEventsScriptObject extends com.redwood.scheduler.api.scripting.ScriptObject
This class has aJobWaitEventScriptObject
object property for each wait event on the current job. It is generally published as waitEvents. Each property has sub-properties specified onJobWaitEventScriptObject
. Examples:- waitEvents.FileArrived.originalPath - the original path of the wait event FileArrived on the current job.
- waitEvents.AnEvent.raiserComment - the comment specified when the event AnEvent was raised.