Return type:
Applies to:
SET-WAIT-STATE ( state-string )The value of state-string determines the wait state and the type of wait cursor displayed. The valid values are:
"GENERAL" — Displays the system-busy cursor
"COMPILER" — Displays the ABL compiler cursorInput is blocked and the wait cursor is displayed until the wait state is cancelled. The null string ("") cancels the wait state.The SET-WAIT-STATE( ) method accepts an arbitrary mouse pointer name (any string which is a valid argument to the LOAD-MOUSE-POINTER( ) method) as an argument, in addition to the "GENERAL", "COMPILER", and "" states. The return value is TRUE if the wait-state is set successfully; otherwise the return value is FALSE.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |