 | IAppIsJobRunning Property |
Indicated whether there is a simulator job running in the application.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
Syntaxbool IsJobRunning { get; }ReadOnly Property IsJobRunning As Boolean
Get
Dim instance As IApp
Dim value As Boolean
value = instance.IsJobRunning
Property Value
Type:
Boolean
See Also