Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Unlocks the framework and clears the current locking message.

Equivalent to using Set #avFrameworkManager uLocked(FALSE) uLockedMessage(" ") in a VL component.

Only valid in VLF-WIN environments – ignored in other environments.     

Syntax

UNLOCK_FRAMEWORK()

Parameters

None.

Return Value

None.

Example

     UNLOCK_FRAMEWORK();
Note

Note: If this function is encountered in a RAMP script executing in a VLF-ONE environment, it will be ignored.