stacksInUse | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Synonyms | libraries | ||||||
Summary | Reports the stacks that have been placed in the message path by the start using command. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: line Message: releaseStack Command: start using, stop using Function: stacks Glossary: property, script, message, command, message path Object: stack | ||||||
Description | Use the stacksInUse property to find out which stack scripts can intercept messages. The value reported by the stacksInUse property is a list of the short names of the stacks that have been added to the message path, one stack per line. Add stacks to the message path with the start using command; remove them with the stop using command. | ||||||
Tags | objects |