Files
Phoenix/docs/sphinx/rest_substitutions/snippets/python/converted/functions.Kill.1.py
2012-04-10 03:16:37 +00:00

21 lines
531 B
Python

# Signal enumeration
wx.SIGNONE # verify if the process exists under Unix
wx.SIGHUP
wx.SIGINT
wx.SIGQUIT
wx.SIGILL
wx.SIGTRAP
wx.SIGABRT
wx.SIGEMT
wx.SIGFPE
wx.SIGKILL # forcefully kill, dangerous!
wx.SIGBUS
wx.SIGSEGV
wx.SIGSYS
wx.SIGPIPE
wx.SIGALRM
wx.SIGTERM # terminate the process gently