Interface: CancellationTokenSource
Properties
token
token:
CancellationToken
The cancellation token of this source.
Source
packages/extension-api/src/extension-api.d.ts:760
Methods
cancel()
cancel():
void
Signal cancellation on the token.
Returns
void
Source
packages/extension-api/src/extension-api.d.ts:765
dispose()
dispose():
void
Dispose object and free resources.
Returns
void