|
|
|
| acProcess object.
|
| property AppTypeName: String; // read-only!
|
| The AppTypeName property is just human readable string representation of AppType property.
|
|
|
| The value of this property can be one of following values:
|
| Value | Meaning
|
| Application | the application have one or more visible windows
|
| Hidden | all windows of the application are hidden
|
| Explorer | the application is Windows Explorer
|
| Process | the application has no windows
|
| AppType property.
|