- Preparing search index...
- The search index is not available
TESSA Web API
Constructors
constructor
- new CancellationToken(_cancelled?: null | (() => boolean), _reason?: null | (() => string), _dispose?: null | VoidFunction): CancellationToken
-
Parameters
-
_cancelled: null | (() => boolean) = null
-
_reason: null | (() => string) = null
-
_dispose: null | VoidFunction = null
Accessors
cancelled
- get cancelled(): boolean
-
Returns boolean
Methods
dispose
- dispose(): void
-
Returns void
throwIfCancelled
- throwIfCancelled(): void
-
Returns void