C# Syntax
public enum CaptureLevel : System.Enum
Member | Description |
---|---|
All | Snapshots are captured for all test object operations. |
Off | Snapshots are not captured for test object operations. |
OnError | Snapshots are captured only for test object operations with errors. |
System.Object
System.ValueType
System.Enum
HP.LFT.Report.CaptureLevel