CreateScheduleRequestResult Enumeration
Contains values that indicate the result of a recording request from the EventSchedule.CreateScheduleRequest method.
Syntax
public enum CreateScheduleRequestResult
The CreateScheduleRequestResult enumeration defines the following constants:
Member | Description |
AllProgramsInPast | The specified program has already been aired. |
AlreadyScheduled | The specified program was already scheduled and the request was not created. |
ConflictNotScheduled | This value is not used in Windows Media Center for Windows Vista. |
ExceededMaxRequests | The request was not created because the number of recording events from this request would exceed the maximum allowed value of 50. |
Expired | The request XML has expired. |
GuideNotConfigured | The Electronic Program Guide is not configured. |
NoConfiguredResource | This value is not used in Windows Media Center for Windows Vista. |
NotFound | The specified program was not found and the request was not created. |
Scheduled | The specified program was scheduled but there is a conflict. |
ScheduledNoConflict | The specified program was scheduled without conflict. |
Requirements
Reference: ehRecObj
Namespace: Microsoft.MediaCenter.TV.Scheduling
Assembly: ehRecObj.dll
Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later
See Also