|
||
class TSchedulerItemRef;
Defines, and uniquely identifies a schedule.
Defined in TSchedulerItemRef
:
RScheduler::CreatePersistentSchedule(TSchedulerItemRef &,const CArrayFixFlat< TScheduleEntryInfo2 > &)
Creates a persistent time based schedule.RScheduler::ScheduleTask(TTaskInfo &,HBufC &,const TInt)
Adds a task to an existing persistent schedule.RScheduler::GetScheduleRefsL(CArrayFixFlat< TSchedulerItemRef > &,const TScheduleFilter)
Gets a list of all schedules, or a subset of schedules.RScheduler::GetTaskRefsL(CArrayFixFlat< TSchedulerItemRef > &,const TScheduleFilter,const TTaskFilter)
Gets a list of all tasks, or a subset of tasks.RScheduler::GetTaskInfoL(const TInt,TTaskInfo &,TPtr &,TSchedulerItemRef &,TTsTime &)
Gets information relating to a specified task.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.