-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Stop running task #13737
Comments
Related issue eclipse-theia/theia#5159 |
We run che tasks using machine exec, machine exec doesn't have ability to stop process. |
Thanks Roman. Is that something you can handle?
…On Mon, May 20, 2019 at 9:24 AM RomanNikitenko ***@***.***> wrote:
We run che tasks using machine exec, machine exec doesn't have ability to
stop process.
So, first of all we need to provide ability to stop process on machine
exec side and next - provide UI for stopping task.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<https://github.com/eclipse/che-theia/issues/195?email_source=notifications&email_token=AAMPTIJIEAQRXFIRURCZTSLPWJG33A5CNFSM4HIVQ332YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVX5K4Q#issuecomment-493868402>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAMPTIM5JG4YP6PGULCP5ULPWJG33ANCNFSM4HIVQ33Q>
.
--
Stévan LeMeur // Product Manager // Developer Tools // +336-87-11-27-55
|
Changes for https://github.com/eclipse/che-machine-exec are required, so - unfortunately - no. |
By the way, now we can |
depends on #13722 |
depends on #14659 |
I implemented stopping |
Description
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.The text was updated successfully, but these errors were encountered: