ExecuteOnShutDown (Property)

Applies To:

DesktopClient object, PlugInClient object, ThinClient object and Scheduler object.

Description:

Enables the execution of an OnStartup document event for the DesktopClient (Object) (Interactive Reporting Studio), PlugInClient (Object) (Interactive Reporting Web Client), ThinClient (Object) (EPM Workspace) and Scheduler (Object) in the 8.0 client environment. The OnShutDown document event is executed when the document is closed.

Action:

Read-write, Boolean

Example:

This example shows how to disable the OnShutDown document event when running in the EPM Workspaceenvironment:

Documents["Sample1.bqy"].Events["ThinClient"].ExecuteOnShutDown=false