Idle event

I am looking for an event that lets me know if dynamo is evaluating or not. it can be global or local to the node which i am calling it from. any ides? basically i need to know when the dynamo graph is no longer evaluating nodes so i can trigger another function.

hey @Robert_Cervellione you can totally do this, checkout the DynamoServices project / dll in the Dynamo repo. You can reference that from your zero touch node, it has some events for evaluation, etc.