Micro Focus Content Manager SDK 10.1
TRIM.SDK.EventProcessorCounters Class Reference

Data structure to store event processor counters. More...

Public Member Functions

 EventProcessorCounters ()
 

Properties

EventProcessType EventType [get]
 The type of event processor under consideration More...
 
EventProcessorStatus ProcessorStatus [get]
 The status of the event processor (suspended or active) More...
 
long QueuedEvents [get]
 Get the number of events that are currently in the queue. More...
 
long ProcessedEvents [get]
 Get the number of events that have been successfully processed More...
 
long FailedEvents [get]
 Get the number of failed events More...
 
long TimerEvents [get]
 Get the number of timer events More...
 
long TimerFailedEvents [get]
 Get the number of timer events that have failed More...
 
TrimException LastError [get]
 Get any error that is currently blocking the processing of events. More...
 

Detailed Description

Data structure to store event processor counters.

Constructor & Destructor Documentation

◆ EventProcessorCounters()

TRIM.SDK.EventProcessorCounters.EventProcessorCounters ( )

Property Documentation

◆ EventType

EventProcessType TRIM.SDK.EventProcessorCounters.EventType
get

The type of event processor under consideration

◆ FailedEvents

long TRIM.SDK.EventProcessorCounters.FailedEvents
get

Get the number of failed events

◆ LastError

TrimException TRIM.SDK.EventProcessorCounters.LastError
get

Get any error that is currently blocking the processing of events.

◆ ProcessedEvents

long TRIM.SDK.EventProcessorCounters.ProcessedEvents
get

Get the number of events that have been successfully processed

◆ ProcessorStatus

EventProcessorStatus TRIM.SDK.EventProcessorCounters.ProcessorStatus
get

The status of the event processor (suspended or active)

◆ QueuedEvents

long TRIM.SDK.EventProcessorCounters.QueuedEvents
get

Get the number of events that are currently in the queue.

◆ TimerEvents

long TRIM.SDK.EventProcessorCounters.TimerEvents
get

Get the number of timer events

◆ TimerFailedEvents

long TRIM.SDK.EventProcessorCounters.TimerFailedEvents
get

Get the number of timer events that have failed