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

axlStopJob

axlStopJob( 
t_sessionName
x_jobId
[ g_forceFlag ]
) 
=> t / nil

Description

Stops a job.

Arguments

t_sessionName

Name of the session

x_jobId

Job ID

g_forceFlag

Forcefully terminates the job. By default, this is set to nil and the tool does not stop a job if a simulation is running on it.

Value Returned

t

The specified job is stopped.

nil

The specified job is not stopped

Examples

Stops the job with the ID 1.

axlStopJob( 1 )
=> t

Forcefully terminates the job with the ID 1.

axlStopJob( 1 t )
=> t


Return to top
 ⠀
X