Library | File

Class wfcTimer

# include <wfcSession.h>

class wfcTimer
 : public virtual pfcObject
{
    xaideclare(wfcTimer)
    ...
};



Description

Methods to start,stop and destroty timer



Method Summary

voidDestroy ()

This method is enabled for Creo Direct.

Destroy Timer object.
voidStart (wfcTimeValue_ptr Duration)

This method is enabled for Creo Direct.

Start timer for specified duration.
voidStop ()

This method is enabled for Creo Direct.

Stop timer.



Method Detail

voidStart (wfcTimeValue_ptr Duration)

This method is enabled for Creo Direct.


Start timer for specified 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
Parameters:
Duration
Duaration
Returns:



voidStop ()

This method is enabled for Creo Direct.


Stop timer.
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:



voidDestroy ()

This method is enabled for Creo Direct.


Destroy Timer object.
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: