Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <ASShdDefs.h>

Enum TAlarmState

TAlarmState

Description

Represents an alarm's state. Alarms can have only one state.

EAlarmStateInPreparation

The alarm state is not currently known by the alarm server.

EAlarmStateQueued

The alarm is waiting for its expiry time to be reached.

EAlarmStateSnoozed

The alarm is snoozed. When the snooze period is over, the alarm expires again.

EAlarmStateWaitingToNotify

The alarm is waiting to be notified.

This state occurs when an alarm expires while another is being notified. When this happens, the alarm being notified changes state to EAlarmStateWaitingToNotify. This means that if it is set to be the next alarm to be notified, notification will happen after the newly expired alarm has been notified and dismissed.

EAlarmStateNotifying

The alarm is currently notifying.

EAlarmStateNotified

The alarm has already notified and has been dismissed. Any alarm which remains in this state is dead.