Preparing search index...
The search index is not available
LiveKit Agents
LiveKit Agents
agents
Aborted
Type alias Aborted<T>
Aborted
<
T
>
:
{
isAborted
:
false
;
result
:
T
;
}
|
{
isAborted
:
true
;
result
:
undefined
;
}
Result of
waitUntilAborted
: either the settled value, or an abort marker.
Type Parameters
T
Type declaration
is
Aborted
:
false
result
:
T
Type declaration
is
Aborted
:
true
result
:
undefined
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
LiveKit Agents
Loading...
Result of waitUntilAborted: either the settled value, or an abort marker.