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

◆ cancel()

void MayaFlux::Kriya::TimedAction::cancel ( )

Cancels any active action.

This method cancels any currently active action, preventing the end function from executing. If no action is active, this method has no effect.

Definition at line 67 of file Timers.cpp.

68{
70}
Timer m_timer
The timer used to schedule the end function.
Definition Timers.hpp:202
void cancel()
Cancels any scheduled callback.
Definition Timers.cpp:45

References MayaFlux::Kriya::Timer::cancel(), and m_timer.

Referenced by execute().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: