A collection of properties that indicates the current tasks state.
An event subscription is created via StorageTask.on().
StorageTask.on()
Use the exported types directly instead. FirebaseStorageTypes namespace is kept for backwards compatibility.
firebase.storage.TaskEvent; Copy
firebase.storage.TaskEvent;
Task has been cancelled by the user.
An Error occurred, see TaskSnapshot.error for details.
Task has been paused. Resume the task via StorageTask.resume().
StorageTask.resume()
Task is running. Pause the task via StorageTask.pause()
StorageTask.pause()
Task has completed successfully.
A collection of properties that indicates the current tasks state.
An event subscription is created via
StorageTask.on().Deprecated
Use the exported types directly instead. FirebaseStorageTypes namespace is kept for backwards compatibility.