>I have no idea, how TreeCloner works, so maybe a good idea

I do not know if you want to figure out the implementation on your own, or
if you need detailed instructions.
Here's the code that deals with isEnabled:
https://github.com/apache/jmeter/blob/a75fc427de8ce6ce80d3f39e955dda9c68d01483/src/core/src/main/java/org/apache/jmeter/JMeter.java#L1165-L1167

Feel free to submit PRs, however, note that the current enabled-disabled is
universal across plugins,
so if you add "dynamic enabled", then it should be transparently supported
for the plugins as well.

Vladimir

Reply via email to