LoadBundleTaskState
enum LoadBundleTaskState : Int, @unchecked Sendable
Represents the state of bundle loading tasks.
Both error
and inProgress
are final states: the task will be in either an aborted or
completed state and there will be no more subsequent updates.
-
Undocumented
Declaration
Swift
case error = 0
-
Undocumented
Declaration
Swift
case inProgress = 1
-
Undocumented
Declaration
Swift
case success = 2