RequiresExitCodeZero Property

Definition

Assembly CliInvoke.Core.dll

A predefined validation rule that ensures the process result's exit code is zero.

public static Func<TProcessResult, bool> RequiresExitCodeZero { get; }

Returns

Func<TProcessResult, Boolean>
A function that evaluates to true if the exit code of the process result equals zero; otherwise, false.