linvaux commented on issue #6284:
URL: https://github.com/apache/jmeter/issues/6284#issuecomment-2558132488

   Yes, there is a question about the answer I provided, and I'll look into 
whether there is a good plan. 
   > > ```java
   > > StandardJMeterEngine engine = new StandardJMeterEngine();
   > > if (engine.isActive()){
   > >     println("Jmeter is running");
   > > }
   > > ```
   > 
   > This method is not useful because runTest is an asynchronous method, so I 
can't catch exceptions after calling runTest. My temporary solution is to 
compile hashTree once before runTest.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to