| AppCtrlScript | |
| Help |
|
Applies to |
AppCtrlScript (Module: wmACScr1.dll) |
|
Group |
Primary |
|
See also |
JOBPRIORITY |
Gives processing time to other process threads. Use this command to increase screen refresh and free processing time.
When changing job priority to a higher value it might be necessary to manually perform DoEvents operations to refresh progress bars or other screen output.
DOEVENTS [<Number>]
|
Part |
Description | |
| <Number> |
Number of times to perform a DoEvents operation freeing processing time for other threads. | |