A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://wxpython.org/Phoenix/docs/html/wx.ProcessEvent.html below:

wx.ProcessEvent — wxPython Phoenix 4.2.4a1 documentation

wx.ProcessEvent¶

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.

Class Hierarchy¶

Inheritance diagram for class

ProcessEvent

:

Methods Summary¶ Properties Summary¶ Class API¶
class wx.ProcessEvent(Event)¶

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.


Methods¶
__init__(self, id=0, pid=0, exitcode=0)¶

Constructor.

Takes a ProcessObject or window id, a process id and an exit status.

Parameters:
  • id (int)

  • pid (int)

  • exitcode (int)

Return type:

None


GetExitCode(self)¶

Returns the exist status.

Return type:

int


GetPid(self)¶

Returns the process id.

Return type:

int


Properties¶
ExitCode¶

See GetExitCode


Pid¶

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