Skip to main content
Skip table of contents

StatusFilter(ProcessStatus) Constructor

First Added: GlobalCapture 2.3.0.124

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


CODE
public StatusFilter(ProcessStatus processStatus)

Parameters

ProcessStatus processStatus

Status of the process to match.


Example

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

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

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

If this problem persists, please contact our support.