action launch preference normal-priority

When this command is executed, subsequent action commands that launch programs will do so with normal-priority. This statement is only needed to return the priority to normal after an action launch preference low-priority command.

Syntax

action launch preference normal-priority

Examples

action launch preference low-priority
run "{pathname of regapp "background_app.exe"}"
action launch preference normal-priority

This example lowers the launch priority before running background_app, then returns the priority to normal for subsequent launch statements.

Notes

This command is Windows-only. It will cause an action script to terminate on a Unix agent.

Version 6.0 and above -- Windows Only