runScript( name: | "slicer" | "benchmark" | "stats" | "summarizer" | "export-quads" | "stats-helper" | "benchmark-helper", args: readonly string[], io?: StdioProcessor, exitOnError?: boolean,): 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.