| 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. | ||
| html | String | ByRef | The HTML generated by the Script. | |
| dataSet | DataSet | Optional | ByRef | The DataSet generated by the Script. If omitted, a value of Nothing is assumed. |
| 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. |
| stateData | ISKeyValueList | Optional | ByRef | Information to be persisted between calls. If omitted, a value of Nothing is assumed. |
| formData | ISKeyValueList | Optional | Not yet implemented. If omitted, a value of Nothing is assumed. | |
| command | String | Optional | The command executed as a result of clicking a cmd://commandName style hyperlink in the HTML. | |
| commandParameters | ISKeyValueList | Optional | Parameters specified as part of the command hyperlink. If omitted, a value of Nothing is assumed. | |
| commandMessage | String | Optional | ByRef | The message to display to the User. |
| commandMessageWarning | Boolean | Optional | ByRef | Indicates whether the commandMessage should be displayed as a Warning rather than an informational message. If omitted, a value of False is assumed. |
A Boolean value indicating success.