Click or drag to resize

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
Members
  Member nameValueDescription
ExitCode1 Just record the exit code of the process.
Output2 Just record the output of the process.
ExitCodeAndOutput3 Record the exit code and the output of the process.
See Also