home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE dictionary SYSTEM "file://localhost/System/Library/DTDs/sdef.dtd">
- <dictionary title="Baseline Suite">
- <suite name="Baseline Suite" code="MMBa" description="Commands and Classes for Baseline Scripting">
-
- <command name="scan" code="MMBascan"
- description="Scans the currently selected volume, or stops scanning if it is scanning already.">
- <cocoa class="MMICleanerScanCommand"/>
- </command>
-
- <command name="selectedVolumeIsBusy" code="MMBasvib"
- description="Returns true if currently selected node is busy (scanning, saving or loading), and false otherwise.">
- <cocoa class="MMICleanerIsSelectedVolumeBusyCommand"/>
- <result type="boolean"
- description="true or false, whether the selected volume is busy or not."/>
- </command>
-
- <class name="application" code="capp" description="Baseline top-level scripting object.">
- <cocoa class="NSApplication"/>
- <responds-to name="scan">
- <cocoa method=""/>
- </responds-to>
- </class>
-
- </suite>
- </dictionary>