RunProcessAsTask
RunProcessAsTask copied to clipboard
Process.Start result usage
Hello,
Whilst it looks not obvious, and might be rarely the case, but when the result of Process.Start
is false that does not mean that the process failed to start. Docs says:
Returns Boolean true if a process resource is started; false if no new process resource is started (for example, if an existing process is reused).