[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Prototype for TProcess.OnForkEvent event handler
Source position: process.pp line 45
type TProcessForkEvent = procedure; |
TProcessForkEvent is the prototype for TProcess.OnForkEvent. It is a simple procedure, as the idea is that only process-global things should be performed in this event handler.
|
Event triggered after fork occurred on Linux |