toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-typescript
/
typescript
/
CancellationToken
Cancellation
Token
sealed
external
interface
CancellationToken
(
source
)
Members
Functions
is
Cancellation
Requested
Link copied to clipboard
abstract
fun
isCancellationRequested
(
)
:
Boolean
throw
If
Cancellation
Requested
Link copied to clipboard
abstract
fun
throwIfCancellationRequested
(
)