Removes a stack from the message path that was placed in it with the start using command.
# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 1.0 Security:
# Syntax
stop using stack
# Params
- stack : Any stack reference.
# Examples
stop using stack "project1"
# Description
Use the stop using command to remove a stack script from the message path.
You can stop using a stack only if it has previously been inserted in the message path with the start using command. The stop using command does not affect the current stack, which is normally in the message path, or scripts that were placed in the message path with the insert script command.
When you stop using a stack, the releaseStack message is sent to the stack.
# Tags
# See
- **property:** script - **message:** releaseStack - **command:** remove script, start using, insert script - **object:** stack - **glossary:** current stack, message, command, script, message path