Search
Preparing search index...
The search index is not available
nice-cxone-acd-agent-apps
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
nice-cxone-acd-agent-apps
RequestTrackerEntry
Interface RequestTrackerEntry
Hierarchy
Delay
RequestTrackerEntry
Index
Properties
delay
Timer
first
Seen
is
Delayed
request
seen
Count
Properties
Optional
delay
Timer
delay
Timer
?:
Timeout
remarks
Reference to the active delay timer. Used to debounce requests by clearing and rescheduling execution.
first
Seen
first
Seen
:
number
remarks
Timestamp when the request was first registered in the tracker. Used for cleanup of stale request entries based on TTL.
Optional
is
Delayed
is
Delayed
?:
boolean
remarks
Indicates whether the request was executed after a delay.
request
request
:
ManagedRequest
remarks
The current ManagedRequest instance associated with this tracker entry. Updated whenever a new request is executed for the same key.
seen
Count
seen
Count
:
number
remarks
Number of times this request has been revisited. Helps determine when to delay or abort based on request lifecycle.
Exports
Request
Tracker
Entry
delay
Timer
first
Seen
is
Delayed
request
seen
Count
Generated using
TypeDoc