- runScript(name, args, io?, exitOnError?): Promise<void>
Parameters
- name:
| "slicer"
| "benchmark"
| "stats"
| "summarizer"
| "export-quads"
| "stats-helper"
| "benchmark-helper" - args: readonly string[]
Optional
io: StdioProcessor- exitOnError: boolean = false
Returns Promise<void>
Path-safe helper of waitOnScript for other flowR scripts.