MPbkBackgroundProcess Class Reference
| class MPbkBackgroundProcess |
Abstract process divided into steps.
Constructor & Destructor Documentation
~MPbkBackgroundProcess()
| ~MPbkBackgroundProcess | ( | ) | [inline, virtual] |
Member Functions Documentation
HandleStepError(TInt)
|
TInt
| HandleStepError | ( | TInt | aError | ) | [inline, virtual] |
Handles an error (leave) occurred in StepL. Default implementation returns aError.
Parameters
| TInt aError | code of the error that occurred. |
IsProcessDone()
|
TBool
| IsProcessDone | ( | ) | const [pure virtual] |
Returns true when this process is done.
ProcessCanceled()
| void | ProcessCanceled | ( | ) | [pure virtual] |
ProcessFinished()
| void | ProcessFinished | ( | ) | [inline, virtual] |
Called back by the process driver when this process is finished.
StepL()
| void | StepL | ( | ) | [pure virtual] |
Executes one cycle of the process. Called by a process driver.
TotalNumberOfSteps()
|
TInt
| TotalNumberOfSteps | ( | ) | [inline, virtual] |
Returns the total number of steps in this process or -1 if not known.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.