Class tprocessmonitor

Unit

Declaration

type tprocessmonitor = class(tmsecomponent, iprocmonitor)

Description

No description available, ancestor tmsecomponent description follows

Hierarchy

Overview

Methods

Protected procedure receiveevent(const event: tobjectevent); override;
Protected procedure internalunlistentoprocess(const aprochandle: prochandlety; const internal: boolean);
Protected procedure processdied(const aprochandle: prochandlety; const aexecresult: integer; const adata: pointer);
Public destructor destroy; override;
Public function listentoprocess(const aprochandle: prochandlety; const adata: pointer = nil): boolean;
Public procedure unlistentoprocess(const aprochandle: prochandlety);
Public function exec(const acommandline: msestring; const aoptions: execoptionsty = [] ): prochandlety;

Properties

Published property onchilddied: childdiedeventty read fonchilddied write fonchilddied;

Description

Methods

Protected procedure receiveevent(const event: tobjectevent); override;
 
Protected procedure internalunlistentoprocess(const aprochandle: prochandlety; const internal: boolean);
 
Protected procedure processdied(const aprochandle: prochandlety; const aexecresult: integer; const adata: pointer);
 
Public destructor destroy; override;
 
Public function listentoprocess(const aprochandle: prochandlety; const adata: pointer = nil): boolean;
 
Public procedure unlistentoprocess(const aprochandle: prochandlety);
 
Public function exec(const acommandline: msestring; const aoptions: execoptionsty = [] ): prochandlety;
 

Properties

Published property onchilddied: childdiedeventty read fonchilddied write fonchilddied;
 

Generated by PasDoc 0.16.0.