Appearance
Home > resol-vbus-core-toolbox > ScriptEngine > createScript
ScriptEngine.createScript() method
Create a new script.
Signature:
typescript
createScript(absFilename: string): Script;
Parameters
Parameter | Type | Description |
---|---|---|
absFilename | string | The absolute filename of the script. |