SASReportUpdateStatus

@objc
public enum SASReportUpdateStatus : UInt

Status for each step during a report update.

See

see SASReport.update()

Since

since 27.0.1

  • There was no update for this report

    Since

    since 27.0.1

    Declaration

    Swift

    case noUpdate
  • Update download beginning

    Since

    since 27.0.1

    Declaration

    Swift

    case updateDownloadBegan
  • The update has finished

    Since

    since 27.0.1

    Declaration

    Swift

    case updateFinished
  • The update failed

    Since

    since 27.0.1

    Declaration

    Swift

    case updateFailed
  • Is the update process finished? Is this returns true, then no more progress messages will be sent to the progress handler in SASReport.update

    Since

    since 27.0.1

    Declaration

    Swift

    public var isFinished: Bool { get }