|
Run PV scheduler in non-blocking mode. This call returns when the desired number of Run calls have been made, or when there are no more active objects that are ready to run. - Parameters:
-
aTargetCount: |
(input param) the maximum number of Run calls to make. |
aReady: |
(output param) tells the number of active objects that are currently ready to run. |
aDelayMsec: |
(output param) If no active objects are ready to run, but one or more active objects are waiting on timers, this parameter will tell the time interval from the current time until the first of the pending timer objects will be ready to run, in milliseconds. |
Note: On Symbian, non-blocking mode is not supported and this call will leave. |