-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
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
Disabling/enabling other tasks at runtime #3858
Comments
k4n30
changed the title
[Feature] API for disabling/enabling other tasks at runtime
Disabling/enabling other tasks at runtime
Aug 18, 2016
@mjmadsen y the close? |
There should be an enable/disable option on all options now. #4603 |
Agree, but don't think that meets the entirety of the FR |
Alright. Reopening. My bad. |
@net8q Can we get a todo list of what has or has not been done in this? Between the title and the description, there is a wide variance. I keep looking at in the issues list thinking "oh, we did that". |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm developping a somewhat sizable plugin (thanks to the new plugin config) mainly for fun and learning python.
Problem :
I'd like to use a navigator in one of my tasks, and fallback on a known one (Spiral or whatever) if conditions are not met, but I think it's quite ugly, and users should be able to use the config file to setup their own fallback navigator.
Feature :
"Manager" tasks could then be written to switch the tasks around based on conditions :
etc.
Other Information
OS: Linux
Branch: dev
Git Commit: git merge-base HEAD origin/dev : d4200e9
Python Version: Python 2.7.10
The text was updated successfully, but these errors were encountered: