---
title: "$ApplicationExists"
---
Returns true if the application with the specified name exists, optionally including inactive applications.
$ApplicationExists(Name, [IncludeInactive])
Name | Description |
---|---|
☆ Name | The name of the application to look for. |
IncludeInactive | When false, this function will return false if the specified application exists but is inactive; otherwise, it will return true for inactive applications as well. The default value is false. |