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.1Declaration
Swift
case noUpdate
-
Update download beginning
Since
since 27.0.1Declaration
Swift
case updateDownloadBegan
-
The update has finished
Since
since 27.0.1Declaration
Swift
case updateFinished
-
The update failed
Since
since 27.0.1Declaration
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.1Declaration
Swift
public var isFinished: Bool { get }