The error, if any occurred while running
See LoadingStatus
true
if the action has been running for a while
true
if the action has finished running
true
if the action is currently running
Run an async action. If this is called while an action is already loading, waits until the current action is finished.
If we need some other behavior later (e.g. cancelling the current action, or queueing it), we can add options or make new methods
Generated using TypeDoc
Keeps track of whether something is loading, whether something has taken a while, and also if an error occurred