cantAbort | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | stack | ||||||
Summary | Specifies whether the user can halt a handler with a key combination. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Property: allowInterrupts Object: stack Function: stacks Glossary: property, handler, key combination, Windows, Unix, Mac OS | ||||||
Description | Use the cantAbort property to prevent users from interrupting any of the handlers in a stack. If a stack's cantAbort property is set to false, the user can halt a running handler in the stack by pressing Control-period or Control-break (on Windows or Unix) or Command-period (on Mac OS). If the cantAbort is true, the user cannot interrupt a handler.
| ||||||
Tags | ui |