Location:
SCHINFO.H
class TSchedulerItemRef;
Defines, and uniquely identifies a schedule.
Defined in TSchedulerItemRef
:
iHandle
, iName
RScheduler::CreatePersistentSchedule()
RScheduler::ScheduleTask()
RScheduler::GetScheduleRefsL()
RScheduler::GetTaskRefsL()
RScheduler::GetTaskInfoL()
TInt iHandle;
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.
TName iName;
The name of the schedule.
This is defined by the client.