| ProcessMonitoring Enumeration |
An enumeration with the possible levels of process monitoring.
Namespace:
Mastersign.Bench
Assembly:
BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax [FlagsAttribute]
public enum ProcessMonitoring
<FlagsAttribute>
Public Enumeration ProcessMonitoring
Members
| Member name | Value | Description |
---|
| ExitCode | 1 |
Just record the exit code of the process.
|
| Output | 2 |
Just record the output of the process.
|
| ExitCodeAndOutput | 3 |
Record the exit code and the output of the process.
|
See Also