processlist AppTypeName property
Return to Introduction  Previous page  Next page
Applies to
acProcess object.  

Declaration
property AppTypeName: String; // read-only!  

Description
The AppTypeName property is just human readable string representation of AppType property.  
 
The value of this property can be one of following values:  
ValueMeaning  
Applicationthe application have one or more visible windows  
Hiddenall windows of the application are hidden  
Explorerthe application is Windows Explorer  
Processthe application has no windows  

See also
AppType property.