Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

axlStop

axlStop( 
t_session
x_runid
) 
=> t / nil

Description

Stops a run based on its ID.

Arguments

t_session

Session Name.

x_runid

Run ID.

Value Returned

t

The run was stopped.

nil

The command was unsuccessful.

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
 ⠀
X