Wait Description
Wait(
double WaitTime
);
This function forces NIS-Elements to wait WaitTime seconds.
Parameters
double WaitTime Specifies time in seconds NIS-Elements waits while not responding to any commands. If WaitTime is 0, Continue button appears and NIS-Elements is waiting until you press it.
WaitText Description
WaitText(
double WaitTextTime,
Text
);
This function forces NIS-Elements to display the Text on the screen and wait WaitTime seconds.
Parameters
double WaitTextTime Specifies time in seconds NIS-Elements waits while not responding to any commands. If WaitTime is 0, Continue button appears and NIS-Elements is waiting until you press it.
Text Message that is displayed while NIS-Elements waits for processing further commands.
Note
If this function is running in macro, Ctrl+Pause keys invoke immediate message “Interrupt Macro Execution” and you are able to stop execution.