Event Progress Status Filter
Possible status filters which can be used to specify which events should be retrieved. The different values can be combined.
Values
Public Enum eProgressStatusFilter
Busy = 1
Success = 2
Warning = 4
Failed = 8
All = 15
End Enum
| Value | Description |
|---|---|
All | No filtering on the status is applied |
Busy | Filtering on the status Busy will return all events which are still busy |
Failed | Filtering on the status Failed will return all failed events |
Success | Filtering on the status Success will return all events which are completed successfully |
Warning | Filtering on the status Success will return all events with warnings |