Difference between revisions of "RecordingScheduleState"
Jump to navigation
Jump to search
(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...") |
|||
Line 12: | Line 12: | ||
! 0 | ! 0 | ||
+ | {{!}} Undefined | ||
+ | {{!}} Status not defined/available | ||
+ | {{!}}- valign="top" | ||
+ | |||
+ | ! 1 | ||
{{!}} Scheduled | {{!}} Scheduled | ||
{{!}} The recording is scheduled on the external platform. | {{!}} The recording is scheduled on the external platform. | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
− | ! | + | ! 2 |
{{!}} Running | {{!}} 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. | {{!}} 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. | ||
{{!}}- valign="top" | {{!}}- valign="top" | ||
− | ! | + | ! 3 |
− | {{!}} | + | {{!}} Finished |
{{!}} The recording is completed. | {{!}} The recording is completed. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
{{!}}- valign="top" | {{!}}- valign="top" | ||
Revision as of 15:13, 4 June 2014
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 | Undefined | Status not defined/available |
1 | Scheduled | The recording is scheduled on the external platform. |
2 | 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. |
3 | Finished | The recording is completed. |
Known issues
None
Version history
API Version Number | Change description | Changes author |
---|---|---|
2.4 | Initial implementation |