This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v20 R7
_o_PROCESS PROPERTIES

_o_PROCESS PROPERTIES 


 

_o_PROCESS PROPERTIES ( process ; procName ; procState ; procTime {; procMode {; uniqueID {; origin}}} ) 
Parameter Type   Description
process  Longint in Process number
procName  String in Process name
procState  Longint in Process state
procTime  Longint in Cumulative time taken by process in ticks
procMode  Boolean, Longint in If Boolean: Visible (True) or Hidden (False)
If Longint (bit field): bit 0 = Visibility, bit 1 = Preemptive execution
uniqueID  Longint in Unique process ID
origin  Longint in Origin of the process

This command is deprecated as of 4D 20 R7 and is kept for compatibility reasons only. It is now recommended to use Process info



See also 

Count tasks
Preemptive 4D processes
Process activity
Process info
Process state

 
PROPERTIES 

Product: 4D
Theme: Deprecated Commands
Number: 336

This command can be run in preemptive processes

 
PAGE CONTENTS 
 
HISTORY 

New
Modified: 4D v11 SQL Release 3
Modified: 4D v15 R5
Renamed: 4D v20 R7 (PROCESS PROPERTIES)

 
ARTICLE USAGE

4D Language Reference ( 4D v20 R7)