Constructors C new CancellationTokenObject(cancellationToken: ts.CancellationToken) void Parameters: Name Type cancellationToken ts.CancellationToken Properties P cancellationToken P None: ts.CancellationTokenObject Type: ts.CancellationTokenObject Methods M isCancellationRequested() boolean Returns: { boolean } M throwIfCancellationRequested() void Returns: { void }