Home Reference Source Test Repository

References

Function Summary

Static Public Function Summary
public

Finds the actual executable and parameters to run on Windows.

public

spawn(exe: string, params: Array<string>, opts: Object): Observable<string>

Spawns a process attached as a child of the current process.

public

spawnDetached(exe: string, params: Array<string>, opts: Object): Observable<string>

Spawns a process but detached from the current process.

public

Spawns a process but detached from the current process.

public

spawnPromise(exe: string, params: Array<string>, opts: Object): Promise<string>

Spawns a process as a child process.