API Help
Eplan.EplApi.System Namespace / EplApplication Class / Exit Method

In This Topic
Exit Method
In This Topic
Exits the EPLAN runtime system.
Syntax
public void Exit()
Remarks
EplApplication instance should be deinitialized explicitly by the main thread. When Exit method is called by thread of garbage collector or after leaving main function of application it can cause application crash.
See Also