Avaya Client Services API Reference (iOS)
Properties | List of all members
CSQueueStatistics Class Reference

Queue statistics feature provides statistics about particular skill. More...

#import <CSQueueStatistics.h>

Inherits NSObject.

Properties

id< CSQueueStatisticsDelegatedelegate
 The delegate responsible for handling queue statistics related events. More...
 
BOOL active
 A Boolean value indicating whether queue monitoring operation is active or not for queue statistics feature. More...
 
NSInteger buttonNumber
 The button number associated with the queue for an application. More...
 
NSInteger skillId
 The hunt group/skill number associated with the queue. More...
 
NSString * skillName
 The name of the skill associated with this queue. More...
 
NSInteger queuedCallsNumber
 The number of calls in the queue. More...
 
BOOL queuedCallsThresholdReached
 A Boolean value indicating whether number of calls waiting in queue has reached or exceeded the threshold. More...
 
NSInteger oldestQueueTime
 The time of oldest call in queue in seconds. More...
 
BOOL queueTimeThresholdReached
 A Boolean value indicating whether the oldest call in queue has reached or exceeded the maximum call queued threshold time. More...
 

Detailed Description

Queue statistics feature provides statistics about particular skill.

Property Documentation

- (BOOL) active
readnonatomicassign

A Boolean value indicating whether queue monitoring operation is active or not for queue statistics feature.

- (NSInteger) buttonNumber
readnonatomicassign

The button number associated with the queue for an application.

- (id<CSQueueStatisticsDelegate>) delegate
readwritenonatomicweak

The delegate responsible for handling queue statistics related events.

- (NSInteger) oldestQueueTime
readnonatomicassign

The time of oldest call in queue in seconds.

- (NSInteger) queuedCallsNumber
readnonatomicassign

The number of calls in the queue.

- (BOOL) queuedCallsThresholdReached
readnonatomicassign

A Boolean value indicating whether number of calls waiting in queue has reached or exceeded the threshold.

- (BOOL) queueTimeThresholdReached
readnonatomicassign

A Boolean value indicating whether the oldest call in queue has reached or exceeded the maximum call queued threshold time.

- (NSInteger) skillId
readnonatomicassign

The hunt group/skill number associated with the queue.

- (NSString*) skillName
readnonatomicassign

The name of the skill associated with this queue.


The documentation for this class was generated from the following file: