Extends AGProcess to send UNIX signals.
(Signals)
interrupt |
- (BOOL)interrupt;
Sends SIGINT.
resume |
- (BOOL)resume;
Sends SIGCONT.
suspend |
- (BOOL)suspend;
Sends SIGSTOP.
terminate |
- (BOOL)terminate;
Sends SIGTERM.
(Last Updated June 05, 2005)