axlStop
axlStop(
t_session
x_runid
)
=> t / nil
Description
Arguments
Value Returned
Examples
The following stops a run with the specified ID:
sess=axlGetWindowSession(window(3))
=> "session0"
id = (axlRunAllTests sess "Global Optimization")
=> 0
axlStop(sess id)
=> t
Return to top