maeSuspendSimulation
maeSuspendSimulation(
[ t_sessionName ]
)
=> t / nil
Description
Suspends the simulation run for the specified session. If not specified, the current simulation run is suspended.
Arguments
Value Returned
Examples
The following example shows how to suspend a simulation run:
maeRunSimulation()
=> "Interactive.9"
maeSuspendSimulation()
=> t
Return to top