AutoClose

Top  Previous  Next

S

A

W

WS

ü

ü

Valid for: SetStartup & SetRuntime

 

Syntax -

       SetStartup AutoClose {"Yes" | "No"}

 

Description:

This option is used to determine if the EMUE application is to close upon completion of the script.  This sets the Auto Close checkbox on the Automation tab of the EMUE Tools - Current Settings - Options Settings window.

 

Note: If there is a parsing or processing error during the execution of the script, this option is ignored and the EMUE main window remains open after the script processing has been halted.  However, this behavior can be disabled with AllowCompletionOptionsOnError.  If  AutoClose and AllowCompletionOptionsOnError are both set to "Yes," then EMUE will be allowed to close even after encountering an error.

 

Sample:

       The following statement sets the AutoClose option so that it instructs EMUE to close upon the completion of the script file.

SetStartup AutoClose "Yes"

 

See Also:

SetRuntime