CancellationToken

public final class CancellationToken

Cancellation token needed during the analysis process

  • Indicates if the analysis has been cancelled

    Declaration

    Swift

    public var isCancelled: Bool
  • Undocumented

    Declaration

    Swift

    public init()
  • Cancels the current task

    Declaration

    Swift

    public func cancel()