WISH : Modify RhinoObject Attributes status trigger

I wish that the “Modify RhinoObject Attributes” would send a “True + False” impulse when finished processing.
This would allow for example to know when to “refresh” the data in the definition to account for the modified attributes.

I whipped-up this lousy solution :

The trigger that activates the “Modify RhinoObject Attributes” component also acts as a stream filter for the geometry input.
That way, the “Status” output is null when the trigger is “False” and is an empty tree when the trigger is “True”.
These two states of the output are then converted into a boolean.

I found that it was so handy that I made it a cluster :
Handy Modify attributes.gh (9.0 KB)