Application_Close Event

You can call the Application_Close event before the Siebel application exits. This technique allows scripts to perform cleanup, such as closing a connection to a COM server. Note the following:

  • If Windows notifies the Siebel application that it must close, then Siebel CRM calls this event.

  • If the process is terminated directly, then Siebel CRM does not call this event. For example, a direct termination occurs if the user clicks Close (the X icon in the corner of the window).

This event does not return any information.

Format

Application_Close

No arguments are available.

Used With

Server Script

Siebel Business Processes call this event. For more information, see Siebel Business Process Framework: Workflow Guide.