This repository was archived by the owner on Aug 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 226
Expand file tree
/
Copy pathclose.lcdoc
More file actions
50 lines (34 loc) · 1.38 KB
/
close.lcdoc
File metadata and controls
50 lines (34 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Name: close
Type: command
Syntax: close <stack>
Summary:
Closes a <stack window>.
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 <close> <command> to close a <stack> without user intervention.
The <close> <command> closes the <stack window> immediately, but it does
not necessarily remove the <stack> from memory. A <stack> that is closed
but in memory still takes up space in RAM and its <object|objects> are
still accessible to <script|scripts>.
If the stack's <destroyStack> <property> is set to false, or there are
other <stacks> in the same file that are still open, closing the <stack>
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 <destroyStack>
<property> is true, the <stack window> is closed immediately, but the
stack is not removed from memory until after the <handler> 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