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
RecipeApplicationResult renders all actions as applied.
The Recipe.apply() method should return a result object that has the list of actions, the applied, failed and not applies actions. RecipeApplicationResult should then use this result object to render the result.
The text was updated successfully, but these errors were encountered:
RecipeApplicationResult
renders all actions as applied.The
Recipe.apply()
method should return a result object that has the list of actions, the applied, failed and not applies actions.RecipeApplicationResult
should then use this result object to render the result.The text was updated successfully, but these errors were encountered: