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

◆ is_pending()

bool MayaFlux::Kriya::TimedAction::is_pending ( ) const

Checks if an action is currently in progress.

Returns
True if an action is in progress, false otherwise

This method returns true if an action has been started but not yet completed or cancelled, and false otherwise.

Definition at line 72 of file Timers.cpp.

73{
74 return m_timer.is_active();
75}
Timer m_timer
The timer used to schedule the end function.
Definition Timers.hpp:202
bool is_active() const
Checks if a callback is currently scheduled.
Definition Timers.hpp:80

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

+ Here is the call graph for this function: