Set the message to show when the Framework locks up.
SET_LOCK_MESSAGE(sText)
Setting by Name:
sText | Required. String that contains the text of the message. |
|---|
None
Using SET_LOCK_MESSAGE overrides the default message shown by the Framework. This function can be invoked at anytime in any script. It's recommended that, when used, the user message is set at the very beginning of the sign-on script.
This will have no effect when executing RAMP in a browser because locking is disabled in such an environment.
SET_LOCK_MESSAGE("This is my own message text for when the framework locks up")