Skip to main content
Skip table of contents

StatusFilter Class

First Added: GlobalCapture 2.3.0.124

Represents a process filter by process status.


CODE
public class StatusFilter : ProcessFilter

Example

The following example demonstrates constructing a StatusFilter that matches processes in validation.

CODE
var statusFilter = new StatusFilter(ProcessStatus.Validation);

Constructors

Initializes a new instance of the StatusFilter class with a specified process status.


Properties

string ProcessStatus

Status of the process to match.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.