-
Notifications
You must be signed in to change notification settings - Fork 2.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
[tasks] add ability to restart running tasks #5330
Labels
enhancement
issues that are enhancements to current functionality - nice to haves
tasks
issues related to the task system
Comments
vince-fugnitto
added
enhancement
issues that are enhancements to current functionality - nice to haves
tasks
issues related to the task system
labels
May 31, 2019
vince-fugnitto
added a commit
that referenced
this issue
Jan 2, 2020
Fixes #5330 - adds a new command and menu item to `restart running task`. - updates the task-service methods `restartTask` and `terminateTask` to make them public so others may call them. Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
1 task
vince-fugnitto
added a commit
that referenced
this issue
Jan 3, 2020
Fixes #5330 - adds a new command and menu item to `restart running task`. - updates the task-service methods `restartTask` and `terminateTask` to make them public so others may call them. Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
vince-fugnitto
added a commit
that referenced
this issue
Jan 3, 2020
Fixes #5330 - adds a new command and menu item to `restart running task`. - updates the task-service methods `restartTask` and `terminateTask` to make them public so others may call them. Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
vince-fugnitto
added a commit
that referenced
this issue
Jan 3, 2020
Fixes #5330 - adds a new command and menu item to `restart running task`. - updates the task-service methods `restartTask` and `terminateTask` to make them public so others may call them. Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
vince-fugnitto
added a commit
that referenced
this issue
Jan 3, 2020
Fixes #5330 - adds a new command and menu item to `restart running task`. - updates the task-service methods `restartTask` and `terminateTask` to make them public so others may call them. Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
vince-fugnitto
added a commit
that referenced
this issue
Jan 6, 2020
Fixes #5330 - adds a new command and menu item to `restart running task`. - updates the task-service methods `restartTask` and `terminateTask` to make them public so others may call them. Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
akosyakov
pushed a commit
to akosyakov/theia
that referenced
this issue
Feb 24, 2020
Fixes eclipse-theia#5330 - adds a new command and menu item to `restart running task`. - updates the task-service methods `restartTask` and `terminateTask` to make them public so others may call them. Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
issues that are enhancements to current functionality - nice to haves
tasks
issues related to the task system
Description
Add the ability to restart running tasks.
Especially useful for long running tasks which may need to be updated, instead of terminating a task and re-running it, the command to restart the task will be useful.
Required to implement the issue #5269
The text was updated successfully, but these errors were encountered: