FasterCapObject.Stop
void FasterCapObject.Stop()
Return Value
None
Parameters
None
Remarks
Stops the currently running simulation.
Notes:
It could take some time before FasterCap actually stops, depending on the operation currently under execution. You can poll FasterCap status checking the IsRunning property or you can set a callback upon FasterCap end of operation using the SetEndCallback method.
See Also
FasterCap Automation Overview | IsRunning Property | SetEndCallback Method