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
ManagedRequest
Interface ManagedRequest
Hierarchy
Abort
Delay
ManagedRequest
Implemented by
ControlledHttpRequest
Index
Properties
aborted
created
At
delay
Timer
id
is
Delayed
request
Type
signal
Methods
abort
Properties
aborted
aborted
:
boolean
remarks
Indicates whether the request has already been aborted.
created
At
created
At
:
number
remarks
Timestamp indicating when the request was created.
Optional
delay
Timer
delay
Timer
?:
Timeout
remarks
Reference to the active delay timer. Used to debounce requests by clearing and rescheduling execution.
id
id
:
string
remarks
Unique identifier for tracking the request instance.
Optional
is
Delayed
is
Delayed
?:
boolean
remarks
Indicates whether the request was executed after a delay.
request
Type
request
Type
:
RequestControlMode
remarks
Defines how the request should be controlled. Determines whether the request should be delayed, aborted, or both when multiple requests are triggered.
signal
signal
:
AbortSignal
remarks
AbortSignal associated with the request.
Methods
abort
abort
(
reason
?:
string
)
:
void
remarks
Aborts the ongoing request execution. Can optionally pass a reason indicating why the request was aborted).
Parameters
Optional
reason:
string
Returns
void
Exports
Managed
Request
aborted
created
At
delay
Timer
id
is
Delayed
request
Type
signal
abort
Generated using
TypeDoc