axlStopAll
axlStopAll(
t_session
)
=> t / nil
Description
Stops all runs currently evaluating in the session.
Argument
Value Returned
Examples
sess=axlGetWindowSession(window(3))
=> "session0"
axlStopAll( sess)
=> t
Return to top
axlStopAll(
t_session
)
=> t / nil
Stops all runs currently evaluating in the session.
sess=axlGetWindowSession(window(3))
=> "session0"
axlStopAll( sess)
=> t