Click or drag to resize

IAppEventsOnJobStopped Method

The event is raised after a simulator job finishes.

Namespace:  EMInvent.InventSim.COMServer
Assembly:  InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntax
void OnJobStopped(
	JobStopStatus status,
	string message
)

Parameters

status
Type: EMInvent.InventSim.COMServerJobStopStatus
Exit status of the finished job. For information about status values see JobStopStatus.
message
Type: SystemString
Additional information about finished job.
See Also