Library | File

Class wfcTimerAction

# include <wfcSession.h>

class wfcTimerAction
 : public virtual pfcActionListener
{
    xaideclare(wfcTimerAction)
    ...
};



Description

Listener class for method wfcCreateTimer(wfcTimerAction_ptr)



Method Summary

xboolOnTimer ()
Callback method get called once timer completes specified time duration.



Method Detail

xboolOnTimer ()

Callback method get called once timer completes specified time duration.
Manual References:
Technical Summary of Changes for Creo 4.0 M080: Timer, Overview of Creo Object TOOLKIT C++: Timer Methods, Overview of Creo Object TOOLKIT C++: Timer Methods
Returns:
Return TRUE to restart the timer. Return FALSE to stop it.