On most versions of UNIX, signal names and numbers are listed in the kill(1) or signal(2) man pages. On Windows, only customized applications are able to process job control messages that are specified with the -s option.
bkill -s TSTP 3421
Job <3421> is being signaled
The preceding example sends the TSTP signal to job 3421.