ReadonlydataThe Map that stores the status of each key.
ReadonlytransformerThe function that transforms the keys before storing them in the Map.
StaticERRORStaticIDLEStaticPENDINGStaticSUCCESSChecks if the status of some given key is error.
Checks if the status of some given key is idle.
Checks if the status of some given key is pending.
Checks if the status of some given key is success.
Clears the status of every key.
Sets the status of the given keys to error.
Retrieves the status of the given keys.
Sets the status of the given keys to idle.
Checks if the status of the given keys is error.
Checks if the status of every given key is error.
Checks if the status of every given key is idle.
Checks if the status of every given key is pending.
Checks if the status of every given key is success.
Checks if the status of the given keys is idle.
Checks if the status of the given keys is pending.
Checks if the status of the given keys is success.
Sets the status of the given keys to pending.
Sets the status of the given keys to the given status.
Sets the status of the given keys to success.
The Status class manages the status of anything that can have a 4-state status: idle, pending, success, error.
Aracna Reference