| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| returnValue | Boolean | ByRef | The Return Value from the Script function. | |
| userInterface | Object | The User Interface business layer object. | ||
| reports | Object | The Reports business layer object. | ||
| parameters | ISKeyValueList | Optional | ByRef | An optional collection of Parameters that can be used by or updated by the Script. If omitted, a value of Nothing is assumed. |
A Boolean value indicating success.