How to know if the tree is paused ?

There isn't a built in method which will return if the tree is paused, but you can create your own variable which remembers which trees are paused after you pause it.
 
Top