Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CancellationToken

Hierarchy

  • CancellationToken

Index

Methods

isCancellationRequested

  • isCancellationRequested(): boolean
  • Returns boolean

throwIfCancellationRequested

  • throwIfCancellationRequested(): void
  • throws

    OperationCanceledException if isCancellationRequested is true

    Returns void

Generated using TypeDoc