PSuppressPI

Suppresses or turns on the display of progress indicators.


Command constructor

PSuppressPI(PMBool bState);
false to display the progress indicators
true to suppress the progress indicators
Caution: Always reenable progress indicators. If you suppress progress indicators, always reenable them before your plug-in or script finishes. The PSuppressPI command has no menu equivalent; you must turn the progress indicators back on using this command.

Example. The following example suppresses the display of progress indicators.

PSuppressPI(true);


Copyright © 1996, Adobe Systems Incorporated. All rights reserved.

Comments or suggestions? Contact Adobe Developer Support