Interface t.a.s.IProcess(Interface):

Part of twisted.application.service View Source View In Hierarchy

Known implementations: twisted.application.service.Process

Process running parameters

Represents parameters for how processes should be run.
Instance VariablesprocessNamethe name the process should have in ps (or None) (type: str )
uidthe user-id the process should run under. (type: int )
gidthe group-id the process should run under. (type: int )
API Documentation for twisted, generated by pydoctor.