This interface represents a wait event. It is generally published as properties of the waitEvents object. See
also
JobWaitEventsScriptObject
.
This class has three properties:
- originalPath - the original path of the wait event (if it is a file event).
- finalPath - the original path of the wait event (if it is a file event).
- raiserComment - the comment when the event was raised.
- raiserJobId - the job id of the job that raised the event (or null if it was not raised by a job).
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.