Back to documentation
Preparing search index...
The search index is not available
API Reference
API Reference
sdk
Interrupt
Interface Interrupt<TValue>
An interrupt thrown inside a thread.
interface
Interrupt
<
TValue
>
{
ns
?:
string
[]
;
resumable
?:
boolean
;
value
?:
TValue
;
when
:
string
&
{}
|
"during"
;
}
Type Parameters
TValue
=
unknown
Index
Properties
ns?
resumable?
value?
when
Properties
Optional
ns
ns
?:
string
[]
Optional
resumable
resumable
?:
boolean
Optional
value
value
?:
TValue
when
when
:
string
&
{}
|
"during"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
ns
resumable
value
when
API Reference
Loading...
An interrupt thrown inside a thread.