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

Home

 
4D v20 R7
Process State

Process State 

 

 

Constant  Type Value Comment
_o_Hidden modal dialog  Longint 6 Compatibility: This process state no longer exists starting with 4D v16. An equivalent status is returned by the _o_PROCESS PROPERTIES command when procState=Waiting for user event and procMode=False.
Aborted  Longint -1  
Delayed  Longint 1  
Does not exist  Longint -100  
Executing  Longint 0  
Paused  Longint 5  
Waiting for input output  Longint 3  
Waiting for internal flag  Longint 4  
Waiting for user event  Longint 2  


See also 

_o_PROCESS PROPERTIES
Process info
Process state

 
PROPERTIES 

Product: 4D
Theme: List of constant themes

 
HISTORY 

 
ARTICLE USAGE

4D Language Reference ( 4D v20 R7)