Will be called on sigtstp. Do whatever cleanup would allow the user to use other programs.
(self)
| 523 | raise NotImplementedError |
| 524 | |
| 525 | def on_suspend(self): |
| 526 | """Will be called on sigtstp. |
| 527 | |
| 528 | Do whatever cleanup would allow the user to use other programs.""" |
| 529 | raise NotImplementedError |
| 530 | |
| 531 | def after_suspend(self): |
| 532 | """Will be called when process foregrounded after suspend. |