Skip to content

Home > resol-vbus-core-toolbox > ScriptEngine > run

ScriptEngine.run() method

Run all scripts until they disconnected and completed (or failed).

Signature:

typescript
run(): Promise<void>;

Returns:

Promise<void>