The configuration of the process to start.

Configuration to start a process.

Hierarchy

  • ProcessConfig

Properties

arguments: string

Additional command line arguments.

filePath: string

The path to the executable which should be started.

reportStandardError: boolean

True when StdError lines should be reported, only possible when UseShellExecute is set to false.

reportStandardOut: boolean

True when StdOut lines should be reported, only possible when UseShellExecute is set to false.

startAsChildProcess: boolean

Should the started process run as a child process.

useShellExecute: boolean

Should we use shell execute to start this process.

uwpFullPackageName: string

The UWP Package name to start.

verb: string

Gets or sets the verb to use when opening the application or document.

workingDirectory: string

The working directory of the process.

Generated using TypeDoc