MAknBackgroundProcess Class Reference

class MAknBackgroundProcess

Abstract process divided into steps.

Member Functions Documentation

CycleError(TInt)

TInt CycleError ( TInt aError ) [inline, virtual]

Handles error occurred in StepL

Parameters

TInt aError error code that occurred

DialogDismissedL(TInt)

void DialogDismissedL ( TInt ) [inline, virtual]

Callback when the dialog is dismissed

Parameters

TInt

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.