.. include:: headings.inc .. _Signal: ========================================================================================================================================== |phoenix_title| **Signal** ========================================================================================================================================== The `Signal` enumeration provides the following values: ================================================================================ ================================================================================ **Description** **Value** ================================================================================ ================================================================================ ``SIGNONE`` verify if the process exists under Unix ``SIGHUP`` ``SIGINT`` ``SIGQUIT`` ``SIGILL`` ``SIGTRAP`` ``SIGABRT`` ``SIGEMT`` ``SIGFPE`` ``SIGKILL`` forcefully kill, dangerous! ``SIGBUS`` ``SIGSEGV`` ``SIGSYS`` ``SIGPIPE`` ``SIGALRM`` ``SIGTERM`` terminate the process gently ================================================================================ ================================================================================ |