Show / Hide Table of Contents

Property RResult.ProcessExitCode


Overload

The exit code of the process. 0 if no flag WaitForExit or if cannot wait.

public int ProcessExitCode { get; }
Property Value
int

Remarks

Usually the exit code is 0 or a process-defined error code.