Cancels the current print job.
# Metadata
Platforms: desktop OS: mac, windows, linux, ios, android Introduced: 2.9 Security: printing
# Syntax
cancel printing
# Examples
cancel printing
on mouseUp if the short name of me is "Cancel" then cancel printing end if end mouseUp
# Description
Use the cancel printing command during a printing loop to cancel the current print job. After using this command, no print commands will have any effect until the current loop has been closed (by using close printing).
# Tags
# See
- **command:** close printing, print, open printing