Process
abstract class Process (View source)
Traits
Properties
protected int | $pid | Current PID | from PidTrait |
protected | $signals | from SignalsTrait |
Methods
__construct($niceness = null, LoggerInterface $logger = null, Manager $events = null)
Build the process
signalToEvent(int $signal)
The generic signal handler.
end(integer $return_code)
Stop current process execution.
Details
in SignalsTrait at line 25
getSignals()
in SignalsTrait at line 31
setSignals(PosixSignals $signals)
at line 47
__construct($niceness = null, LoggerInterface $logger = null, Manager $events = null)
Build the process
at line 81
Process
signalToEvent(int $signal)
The generic signal handler.
It transforms a signal into framework catchable event.
at line 103
end(integer $return_code)
Stop current process execution.