cancel printing

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
cancel printing
Summary

Cancels the current print job.

Introduced2.9
OSmac, windows, linux, ios
Platformsdesktop
Example
cancel printing
on mouseUp
   if the short name of me is "Cancel" then
     cancel printing
   end if
end mouseUp
RelatedCommand: close printing, print, open printing
Securityprinting
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).

Tagsprinting