MAknBackgroundProcess Class Reference

class MAknBackgroundProcess

Abstract process divided into steps.

Member Functions Documentation

CycleError(TInt)

TInt CycleError(TIntaError)[inline, virtual]

Handles error occurred in StepL

Parameters

TInt aErrorerror code that occurred

DialogDismissedL(TInt)

voidDialogDismissedL(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()

voidProcessFinished()[inline, virtual]

Callback when the process is finished.

StepL()

voidStepL()[pure virtual]

Completes one cycle of the process.