MAknBackgroundProcess Class Reference
#include
<mw/AknWaitNoteWrapper.h>
class MAknBackgroundProcess |
Detailed Description
Abstract process divided into steps.
Member Function Documentation
CycleError ( TInt )
TInt
| CycleError | ( | TInt | aError | ) | [inline, virtual] |
Handles error occurred in StepL
Parameter | Description | aError | error code that occurred |
Returns: translated error code. If this is != KErrNone process will be stopped.
DialogDismissedL ( TInt )
void | DialogDismissedL | ( | TInt | | ) | [inline, virtual] |
Callback when the dialog is dismissed
IsProcessDone ( )
TBool
| IsProcessDone | ( | ) | const [pure virtual] |
Return true when the process is done.
ProcessFinished ( )
void | ProcessFinished | ( | ) | [inline, virtual] |
Callback when the process is finished.
StepL ( )
void | StepL | ( | ) | [pure virtual] |
Completes one cycle of the process.