- (BOOL)interrupt;
Sends SIGINT.
- (BOOL)resume;
Sends SIGCONT.
- (BOOL)suspend;
Sends SIGSTOP.
- (BOOL)terminate;
Sends SIGTERM.
(Last Updated June 05, 2005)