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

Pause/Start effects subprocess #20

Closed
Nukesor opened this issue Dec 24, 2015 · 0 comments
Closed

Pause/Start effects subprocess #20

Nukesor opened this issue Dec 24, 2015 · 0 comments

Comments

@Nukesor
Copy link
Owner

Nukesor commented Dec 24, 2015

pueue pause will pause subprocess by default.
Something with:
- os.kill(programID.pid, signal.SIGSTOP)

pueue pause will start subprocess by default.
- os.kill(programID.pid, signal.SIGCONT)

New Option:
pueue pause --wait will wait for subprocess to finish and stop afterwards

@Nukesor Nukesor closed this as completed Sep 4, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant