Skip to content
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] implement 'Terminate Task' command #5159

Closed
vince-fugnitto opened this issue May 15, 2019 · 0 comments · Fixed by #5160
Closed

[tasks] implement 'Terminate Task' command #5159

vince-fugnitto opened this issue May 15, 2019 · 0 comments · Fixed by #5160
Labels
enhancement issues that are enhancements to current functionality - nice to haves tasks issues related to the task system

Comments

@vince-fugnitto
Copy link
Member

Description

Implement the command Tasks: Terminate Task which is used to display currently running tasks, and upon selection, terminates the given task. Useful for when a user wants to identify currently running tasks, and wishes to prematurely terminate one.

The command will open a quick-open menu which lists all currently running tasks, and if a task is selected, the task will be terminated.

@vince-fugnitto vince-fugnitto added enhancement issues that are enhancements to current functionality - nice to haves tasks issues related to the task system labels May 15, 2019
vince-fugnitto added a commit that referenced this issue May 15, 2019
Fixes #5159

Added a new command `Terminate Task` which prompts users to select
a running task if available in order to terminate it.

Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
vince-fugnitto added a commit that referenced this issue May 15, 2019
Fixes #5159

Added a new command `Terminate Task` which prompts users to select
a running task if available in order to terminate it.

Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
vince-fugnitto added a commit that referenced this issue May 22, 2019
Fixes #5159

Added a new command `Terminate Task` which prompts users to select
a running task if available in order to terminate it.

Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
vince-fugnitto added a commit that referenced this issue May 30, 2019
Fixes #5159

Added a new command `Terminate Task` which prompts users to select
a running task if available in order to terminate it.

Signed-off-by: Vincent Fugnitto <vincent.fugnitto@ericsson.com>
vince-fugnitto added a commit that referenced this issue May 31, 2019
Fixes #5159

Added a new command `Terminate Task` which prompts users to select
a running task if available in order to terminate it.

Signed-off-by: Vincent 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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant