Click or drag to resize

IAppEventsOnExiting Method

The event is raised after the application shuts down.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
void OnExiting(
	int exitCode
)

Parameters

exitCode
Type: SystemInt32
Exit code returned to the system upon application's exiting. Upon successful closing of the application If application has been closed successfully, exit code is 0.
See Also