Note: This is a work in progress and many formatting issues have been fixed. Read more about the project on the home page.
the suspended
The suspended
property returns whether HyperCard is currently running in the background under MultiFinder® or under System 7.X. You can switch to another program while a handler is running, and scripts will continue to run in the background.
Use the suspended
property in a handler to alter the handler’s behavior if it’s running in the background—for example, to avoid displaying ask
or answer
dialog boxes.
HyperCard gives time to MultiFinder (and thus to other programs) as follows:
show cards
command and the wait
command