Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: SCHINFO.H
Link against: schsvr.lib

Class TScheduleState

class TScheduleState;

Description

Defines the state of a schedule.

An object of this type is passed to, and populated by, a call to RScheduler::GetScheduleL().

Members

Defined in TScheduleState:
TScheduleState(), iDueTime, iEnabled, iName, iPersists

See also:


Construction and destruction


TScheduleState()

inline TScheduleState();

Description

[Top]


Member data


iName

TName iName;

Description

The name of the schedule.


iDueTime

TTime iDueTime;

Description

The time when the schedule is next due.

This only has meaning if the schedule is pending, i.e. it is enabled and has tasks associated with it.


iPersists

TBool iPersists;

Description

Indicates whether the schedule is persistent or not.

If a schedule is persistent, its lifetime is not limited to the lifetime of the tasks associated with it .

If a schedule is transient, it is created together with a new scheduled task, and is destroyed when the task is destroyed.


iEnabled

TBool iEnabled;

Description

Indicates whether the schedule is enabled or not.