Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <SCHINFO.H>

Class TSchedulerItemRef

class TSchedulerItemRef;

Description

Defines, and uniquely identifies a schedule.

Members

Defined in TSchedulerItemRef:

See also:

Related Topics


Member data


iHandle

TInt iHandle;

Description

The unique Id for the schedule.

This is generated by the Task Scheduler when the schedule is created. Clients should use this Id to refer to the schedule in future transactions.


iName

TName iName;

Description

The name of the schedule.

This is defined by the client.