AboutSupportDeveloper GuideVersion 0.2.0

Interface LaunchOptions

Options for launching a new process

Hierarchy

  • LaunchOptions

Properties

args?: string[]

The optional arguments to pass to the executable

clientId: string

The client id to register the process with

cwd?: string

The optional working directory to launch the process in

path: string

The path to the executable to launch

strategy?: LaunchStrategy

The optional launch and window discovery strategy to use (defaults to delay)

Generated using TypeDoc