You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A task is like a process that runs a function and returns a callback in case of success and an other one in case of error.
The result of runned function is passed as argument to the success callback and then it is dispatched with the name and a payload.
For example it is possible to catch when a task is started and is completed in order to visualize a spinner
The text was updated successfully, but these errors were encountered:
A task is like a process that runs a function and returns a callback in case of success and an other one in case of error.
The result of runned function is passed as argument to the success callback and then it is dispatched with the name and a payload.
For example it is possible to catch when a task is started and is completed in order to visualize a spinner
The text was updated successfully, but these errors were encountered: