isCaptured

Whether anything is listening (§4.8.2).

Named and used the way ksl.animation.AnimationSink.isActive and ksl.utilities.observers.Emitter.isObserved are: the emission site checks this before building the record, so with no sink attached a transition costs one isEmpty and no allocation, rather than two array copies handed to an empty method.