Equinox Online Help - Language Reference - A to Z

Home

RetryInterval2

Applies to
SyntaxRetryInterval2
Action[Function] Returns the current lock timeout duration (interactive)
ScopeUsable anywhere.
Notes

When a lock request fails, Equinox automatically retries the request until a set period of time has elapsed. If the timeout period elapses, Equinox retries the lock again but allows you to manually abort the operation.

This function returns the current duration of the second (interactive) retry period, in seconds.

CategoryLocking
See Also ApplicationState, IsLocked, IsLockedByMe, Lock, LockApplication, LockRelated, LockRetry, RetryInterval1, Unlock, UnlockApplication
Example

The following example prints the current lock timeout duration (interactive), in the Print window.

Print RetryInterval2