Documentation Center

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
ValueDescription
AllNo filtering on the status is applied
BusyFiltering on the status Busy will return all events which are still busy
FailedFiltering on the status Failed will return all failed events
SuccessFiltering on the status Success will return all events which are completed successfully
WarningFiltering on the status Success will return all events with warnings