ICoSimulatorInterrupted Event |
Occurs when the simulator is ready to be stepped again before its preferred 'nextStep'.
Namespace:
Demo3D.EventQueue.CoSimulation
Assembly:
Demo3D.EventQueue (in Demo3D.EventQueue.dll) Version: 11.0.0.7658
Syntaxevent Action<ICoSimulator> Interrupted
Value
Type:
SystemActionICoSimulator
Remarks
A simulator that can raise interrupts is incompatible with returning
Pending.
See Also