Stop running task
See original GitHub issueDescription
We should have a functionality to stop/cancel running tasks.
For example if some task executes a process sleep infinity
there are should be a way to cancel this process without using a terminal.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:5
- Comments:8 (8 by maintainers)
Top Results From Across the Web
How to kill a running scheduled task? - Server Fault
Go into Task Scheduler (taskschd.msc). While there, there's a button on the right menu for Display All Running Tasks.
Read more >How to start/stop a scheduled task using Windows Task ...
1. Go to Control Panel. · 2. Go to Administrative Tools. · 3. Launch Task Scheduler. · 4. Locate the scheduled task in...
Read more >How to Stop a Scheduled Task From Running - Synonym
Use the Task Scheduler applet built into Windows 8 to stop an unwanted task from running as scheduled. Press “Windows-W” to open the...
Read more >Stopping Running Tasks
From the Running Tasks module, select a task that you want to stop. Click Stop Tasks, or select Actions, and then Stop Tasks....
Read more >Create Stop Tasks in Processes
Hold down the “Ctrl” or “Cmd” key and use your mouse to click all the tasks you want to add a stop to....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
By the way, now we can
Ctrl-c
to stop a running task as tasks are interactive. But would be nicer toCtrl-c
when you close the tab right ?I implemented stopping
che
tasks by sendingctrl+c
to corresponding terminal widget, but unfortunately, I faced with the issue https://github.com/eclipse/che/issues/14887