Hi,
If tere is such possibility You can also use "If Controller" to check some 
conditions. In this controller you can use groovy code as well to check some 
conditions (e.g. ${__groovy(vars.get('foo') != 'boo')} - it may easier to 
analyzing in future when you back to script. 

Mariusz
On 2021/02/25 14:20:46, Tong Sun <[email protected]> wrote: 
> Hi,
> 
> Quick & simple question, how to stop the jsr223 script from reaching
> the following processing code (B), return, exit, or ...?
> 
> if (A) exit
> B
> 
> I just  want the jsr223 script not to process the following code, B,
> not to stop the whole thread execution, of which it's the only hits
> I've found from the internet so far.
> 
> thanks
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to