RecordingScheduleState

From Gvp-public
Revision as of 10:54, 2 June 2014 by Id02256 (talk | contribs) (Created page with "{{Api_Enum_Spec| Description=Enumeration that represents the different states for a Recording Schedule (basic object of the [[UNIAPI_Specification#Network_Pvr_Service|UNIAPI_Spec...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Enumeration that represents the different states for a Recording Schedule (basic object of the UNIAPI_Specification#Network_Pvr_Service service.

Values

Value Name Details
0 Scheduled The recording is scheduled on the external platform.
1 Running The recording is being made right now. Recording Schedules returned by GetAllRecordingSchedules method can have this state if they are being recorded by the platform during the execution of the method.
2 Recorded The recording is completed.
3 Canceled The Recording Schedule was canceled and erased from the external platform. CancelRecordingSchedules must be used to move a recordingSchedule from scheduled or running to canceled status.
4 Deleted The Recording was successfully deleted from the platform.
5 Conflicted The recording could not be scheduled because it generated a conflict. A Recording Schedule returned by the AddRecordingSchedule method may assume this state if the platform couldn't schedule a recording due to a conflict. This is only of applicability in case of recordings in DVR STB.
6 NotFound The Recording Schedule was not found on the platform.


Known issues

None


Version history

API Version Number Change description Changes author
2.4 Initial implementation


See also