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 { get set } -
Undocumented
Declaration
Swift
public init() -
Undocumented
Declaration
Swift
public init(healthToken: GiniHealthAPILibrary.CancellationToken) -
Cancels the current task
Declaration
Swift
public func cancel()
View on GitHub
CancellationToken Class Reference