|
||
class TScheduleState2;
Defines the state of a schedule.
An object of this type is passed to, and populated by, a call to RScheduler::GetScheduleL(const TInt,TScheduleState2 &,CArrayFixFlat< TScheduleEntryInfo2 > &,CArrayFixFlat< TTaskInfo > &,TTsTime
&)
.
Defined in TScheduleState2
:
DueTime()const
Returns the time when the schedule is next due. Enabled()const
Returns information on whether this schedule is enabled or not. Name()const
Persists()const
Returns a boolean whether this schedule perists or not. SetDueTime(const TTsTime &)
Sets the time when the schedule is next due. SetEnabled(TBool)
Sets information on whether this schedule is enabled or not. SetName(const TName &)
Sets the name of the schedule SetPersists(TBool)
Sets a boolean whether this schedule perists or not. TScheduleState2()
Default Constructor for TScheduleState2. By default, this state: has an empty st...TScheduleState2(const TName &,const TTsTime &,TBool,TBool)
Constructor taking the specified parameters. TScheduleState2(const TScheduleState2 &)
Copy constructor for TScheduleState2 operator=(const TScheduleState2 &)
Assigns a TScheduleState2 to this object. RScheduler::GetScheduleL(const TInt,TScheduleState2 &,CArrayFixFlat< TScheduleEntryInfo2 > &,CArrayFixFlat< TTaskInfo > &,TTsTime
&)
Gets information relating to a specified time based schedule.IMPORT_C TScheduleState2();
Default Constructor for TScheduleState2. By default, this state: has an empty string name, is non persistent, non enabled and its due time is set to zero.
IMPORT_C TScheduleState2(const TScheduleState2 &aScheduleState);
Copy constructor for TScheduleState2
|
IMPORT_C TScheduleState2(const TName &aName, const TTsTime &aDueTime, TBool aPersists, TBool aEnabled);
Constructor taking the specified parameters.
|
IMPORT_C void SetName(const TName &aName);
Sets the name of the schedule
|
IMPORT_C const TTsTime& DueTime() const;
Returns the time when the schedule is next due.
|
TTsTime
In Task Scheduler TTsTime is used to represent time as either UTC or Local Time....IMPORT_C void SetDueTime(const TTsTime &aDueTime);
Sets the time when the schedule is next due.
|
TTsTime
In Task Scheduler TTsTime is used to represent time as either UTC or Local Time....IMPORT_C TBool Persists() const;
Returns a boolean whether this schedule perists or not.
|
IMPORT_C void SetPersists(TBool aPersists);
Sets a boolean whether this schedule perists or not.
|
IMPORT_C TBool Enabled() const;
Returns information on whether this schedule is enabled or not.
|
IMPORT_C void SetEnabled(TBool aEnabled);
Sets information on whether this schedule is enabled or not.
|
IMPORT_C TScheduleState2& operator=(const TScheduleState2 &aScheduleState);
Assigns a TScheduleState2 to this object.
|
|
Mem::Copy(TAny *,const TAny *,TInt)
Copies data from a source location to a target location and returns a pointer to...