CloseApp()

Application object

Shuts down the application.

Note
  • Be careful with this method, since you might end up with timing problems. For example, make sure the job is stopped before the module is closed.
  • This method cannot be used from an external automation server object that has been connected to ReadSoft Invoices in the AppStarted event. Use an internal VBA event to execute CloseApp.

Related topics

The Application object