Execute an event in the Queue script.

Syntax

finQueueRO.ExecuteEvent(returnValue, queue, eventId, eventHandled, itemIndex, warning)

Parameters

NameTypeOptionalByRefDescription
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.

Return Value

Boolean

A Boolean value indicating success.

Member of:
finQueueRO
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0