.. include:: headings.inc .. _KillError: ========================================================================================================================================== |phoenix_title| **KillError** ========================================================================================================================================== The `KillError` enumeration provides the following values: ================================================================================ ================================================================================ **Description** **Value** ================================================================================ ================================================================================ ``KILL_OK`` no error ``KILL_BAD_SIGNAL`` no such signal ``KILL_ACCESS_DENIED`` permission denied ``KILL_NO_PROCESS`` no such process ``KILL_ERROR`` another, unspecified error ================================================================================ ================================================================================ |