|
AbortSimulation |
Top Previous Next |
|
Stops the entire simulation aborting all parameter tests.
Syntax
AbortSimulation( [message] )
Parameters
Example ' Abort the simulation because we could not load our data. test.AbortSimulation( "Test Completed" ) |