Cancel Waiting Operations

Summary: Cancels imaging or burning operations that are waiting for user input or for other operations to complete.
Requires: DropDMG 2.7

Description

For better performance, DropDMG creates a maximum of four images or archives at a time. Other operations are queued and are said to be waiting. This script cancels the waiting operations.

Download in Compiled Format | Download in Text Format

Script

tell application "DropDMG"
    
tell (every operation whose waiting is true)
        
cancel
    
end tell
end tell

Running the Script

You can use the /Applications/AppleScript/AppleScript Utility program to enable Mac OS X’s built-in Script menu. To run the script, just select it from the menu. FastScripts and the free FastScripts Lite provide a similar menu that supports keyboard shortcuts and other features.