Click or drag to resize

CoSimulatorBaseOnInterrupt Event

Raised when the simulator needs to interrupt the simulation. Causes the co-sim master to wake (or wake early) and reprocess each simulator.

Namespace: Demo3D.Time.CoSimulation
Assembly: Demo3D.Time (in Demo3D.Time.dll) Version: 19.00.00
Syntax
C#
public event Action OnInterrupt

Value

Action

Implements

ICoSimulatorOnInterrupt
See Also