Name: close Type: command Syntax: close Summary: Closes a . Introduced: 1.0 OS: mac, windows, linux, ios, android Platforms: desktop, server, mobile Example: close stack "Zoom Window" Example: close this stack Parameters: stack: Any open stack. Description: Use the to close a without user intervention. The closes the immediately, but it does not necessarily remove the from memory. A that is closed but in memory still takes up space in RAM and its are still accessible to . If the stack's is set to false, or there are other in the same file that are still open, closing the does not purge the stack from memory. If the handler that closes the stack is in the script of the stack (or in the script of an object in the stack) and the stack's is true, the is closed immediately, but the stack is not removed from memory until after the completes. References: close file (command), close printing (command), revCloseVideoGrabber (command), stacks (function), object (glossary), property (glossary), handler (glossary), script (glossary), command (glossary), stack window (glossary), closeStackRequest (message), stack (object), destroyStack (property) Tags: windowing