A function that determines if the exit code from the process was an error.
- Namespace
- Statiq
.Common - Containing Type
- ProcessLauncher
- Property Type
- Func
<int, bool>
Syntax
public Func<int, bool> IsErrorExitCode { get; set; }
Value
Type | Description |
---|---|
Func |