MayaFlux 0.3.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ m_on_complete

std::function<void()> MayaFlux::Kriya::EventChain::m_on_complete
private

Optional callback to execute when the chain completes.

This function is called after the final event in the chain has executed. It can be used for cleanup, triggering subsequent actions, or any other behavior that should occur after the chain finishes.

Definition at line 202 of file Chain.hpp.

Referenced by fire_on_complete(), on_complete(), and start().