Click or drag to resize

ProcessFilterSettingsFilterMode Enumeration

Constants that define how TestLeft handles processes specified by the process filter.

Namespace:  SmartBear.TestLeft.Options
Assembly:  SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.60.289.11 (14.60.289.11)
Syntax
public enum FilterMode
Members
  Member nameValueDescription
UseAll0 Identify objects in all processes.
UseOnlyProcessesFromList1 Identify objects only in those processes that are specified in the process filter.
IgnoreProcessesFromList2 Identify objects in all processes except for those in the process filter.
See Also