diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-0422EDC4-E17C-5E58-BB37-03CCA79ED3E9.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-0422EDC4-E17C-5E58-BB37-03CCA79ED3E9.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,28 @@ + + + + + +How +to Wait for a Given Time PeriodExplains how to use timers to suspend a thread for a given time +period. +

Once the timer has been created and initialised, a request can be set up.

+ +

In the following example, the thread is suspended for a 1 second. timerStatus is +a TRequestStatus.

+timer.After(timerStatus,1000000); +User::WaitForRequest(timerStatus); + +
\ No newline at end of file