Equinox Online Help - Language Reference - A to Z
ApplicationState |
|
|---|---|
| Applies to | ![]() |
| Syntax | ApplicationState |
| Action | [Function] Returns the current application lock state value. |
| Scope | Usable anywhere. |
| Notes | This function returns the current lock state of the application, one of the following values:
|
| Category | Locking |
| See Also | IsLocked, IsLockedByMe, Lock, LockApplication, LockRelated, LockRetry, RetryInterval1, RetryInterval2, Unlock, UnlockApplication |
| Example | The following example checks to see if the application is opened in exclusive mode. If ApplicationState = 1 Then Print "Locked application" |
