Skip to main content
These properties define if and when the external application launched by the element should be automatically stopped.

Stop Application Options


Remarks & Important Notes

  • Stopping Mechanism:
    PADS4 will kill the running process of the external application to stop it.
    However, any child processes or additional processes started by that application will NOT be stopped automatically. You will need to stop those manually if required.
  • System Performance Warning:
    Important: Always ensure that external applications are stopped properly.
    Failure to do so can cause memory leaks, performance degradation, or system instability over time.
  • Recommended Usage:
    • If you set “Never stop this application”, ensure that:
      • The app is properly managed elsewhere.
      • You are also using “Do not start this application when already running” to avoid multiple instances.