diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/PDK/Source/GUID-0422EDC4-E17C-5E58-BB37-03CCA79ED3E9.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/PDK/Source/GUID-0422EDC4-E17C-5E58-BB37-03CCA79ED3E9.dita Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,14 @@ + + + + + +How to wait 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