Interface IExecuteBatchScriptResult

The returned object from the executeBatchScript function.

See

executeBatchScript

Hierarchy

  • IExecuteBatchScriptResult

Properties

Properties

error: unknown

If an error is thrown during script execution, it is caught and is returned here.

stderr: string[]

Each line of the stderr feed from the terminal.

stdout: string[]

Each line of the stdout feed from the terminal.

Generated using TypeDoc