A process event is sent to the wx.EvtHandler specified to wx.Process when a process is terminated.
Events Emitted by this Class¶Handlers bound for the following event types will receive a wx.ProcessEvent parameter.
EVT_END_PROCESS: Process a wxEVT_END_PROCESS
event. id
is the identifier of the process object (the id passed to the wx.Process constructor) or a window to receive the event.
Inheritance diagram for class
ProcessEvent:
Methods Summary¶ Properties Summary¶ Class API¶Possible constructors:
ProcessEvent(id=0, pid=0, exitcode=0) -> None
A process event is sent to the EvtHandler specified to Process when a process is terminated.
Constructor.
Takes a ProcessObject or window id, a process id and an exit status.
id (int)
pid (int)
exitcode (int)
None
Returns the exist status.
int
Returns the process id.
int
See GetExitCode
See GetPid
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4