Jump to top

TaskState

alias

Represents the state of bundle loading tasks.

Both 'Error' and 'Success' are sinking state: task will abort or complete and there will be no more updates after they are reported.

Type

"Error" | "Running" | "Success"