RunProcessAsTask icon indicating copy to clipboard operation
RunProcessAsTask copied to clipboard

Process.Start result usage

Open zorgoz opened this issue 5 years ago • 0 comments

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).

zorgoz avatar Dec 06 '19 10:12 zorgoz