4Suite API Documentation

Module Ft.Server.Server._processc

This module provides functionality for manipulating processes.
Functions:

Process() -- create a new process object

Special objects:

ProcessType -- type object for process objects
ProcessError -- exception raised for errors
Classes:
Functions:

Classes

class ProcessError(Exception)

Methods inherited from class Exception

__init__, __new__

Methods inherited from class BaseException

__delattr__, __getattribute__, __getitem__, __getslice__, __reduce__, __repr__, __setattr__, __setstate__, __str__

Methods inherited from class object

__hash__, __reduce_ex__

Members

__weakref__ = <attribute '__weakref__' of 'ProcessError' objects>

Members inherited from class BaseException

__dict__, args, message

Members inherited from class object

__class__

Functions

DetachProcess()
DetachProcess()
Detaches the calling process for its terminal.
Process(path, args[, env])
Process(path, args[, env]) -> process object
Create a new process