We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cancelAll()
{{cancel-all}}
An enhancement request to add support to the {{cancel-all}} helper for passing options through to the task's cancelAll() method.
Currently the helper only passes on the task and sets a hard-coded reason:
reason
ember-concurrency/addon/helpers/cancel-all.js
Lines 16 to 19 in 90cca1e
The helper has optional args for setting the cancelAll options:
cancelAll
{{cancel-all this.task reason='…' resetState=true}}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
An enhancement request to add support to the
{{cancel-all}}
helper for passing options through to the task'scancelAll()
method.Observed
Currently the helper only passes on the task and sets a hard-coded
reason
:ember-concurrency/addon/helpers/cancel-all.js
Lines 16 to 19 in 90cca1e
Expected
The helper has optional args for setting the
cancelAll
options:The text was updated successfully, but these errors were encountered: