| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| returnValue | Boolean | ByRef | The Return Value from the Script function. | |
| queue | finQueueExecutor | The Queue Executor that is being executed. | ||
| eventId | String | The Id of the Event. | ||
| eventHandled | Boolean | ByRef | Allows the Script to indicate that an Event has been Handled. This is only applicable to certain events. | |
| itemIndex | Integer | The Index of the Queue Item which this event relates to or -1 if this event relates to the overall Queue. | ||
| warning | String | ByRef | Any warning that the Script has generated. |
A Boolean value indicating success.