Maptitude GISDK Help |
Uses a timer to go into a waiting loop that yields to other processes, allowing Windows messages to be dispatched while waiting.
Pause(integer interval)
Argument |
Contents |
interval |
The time, in milliseconds, to remain in a waiting loop |
Pause() can be used to prevent Maptitude from getting ahead of other processes, such as printing a whole series of maps. It allows Maptitude to process and respond to Windows messages, such as a redraw request. The Task Manager would not declare Maptitude as "not responding."
// Pause for half a minute
Pause(30000)
Function |
Summary |
Sets up a timer that executes a macro at fixed-time intervals |
|
Cancels a timer that executes a macro at fixed-time intervals |
|
Start a stopwatch to track clock time |
|
Determine the elapsed time since a stopwatch was started |
|
Stops or cancels a stopwatch |
|
Uses a timer to go into a waiting loop that yields to other processes |
©2025 Caliper Corporation | www.caliper.com |