 | 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
Syntaxvoid OnJobStopped(
JobStopStatus status,
string message
)
Sub OnJobStopped (
status As JobStopStatus,
message As String
)
Dim instance As IAppEvents
Dim status As JobStopStatus
Dim message As String
instance.OnJobStopped(status, 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