Engine.CallFrontEndCallback
- Updated2026-02-03
- 1 minute(s) read
Engine.CallFrontEndCallback
Syntax
Engine.CallFrontEndCallback( sequenceNameParam, argumentList)
Return Value
The Execution object of the newly created execution.
Purpose
Remarks
Calls the Front-End callback sequence specified by sequenceName.
Parameters
sequenceNameParam As String
[In] Specifies the name of the Front-End callback sequence to call.
argumentList As PropertyObject
[In] Specifies a PropertyObject object that contains the parameters to pass to the sequence. Each subproperty of the PropertyObject object represents a parameter to the sequence. The subproperties must appear in the same order as the sequence parameters.