kkrrsq commented on issue #6284: URL: https://github.com/apache/jmeter/issues/6284#issuecomment-2553271801
> ```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