Enumeration that defines the status of a Service.
The ServiceStatus
will be provided by calling getServiceStatus
on a caplin.streamlink.ServiceStatusEvent.
The three states that are possible for a Liberator data service are:
Attributes | Name and Description |
---|---|
|
caplin.streamlink.ServiceStatus()
|
Attributes | Name and Description |
---|---|
<static>
|
caplin.streamlink.ServiceStatus.DOWN
Indicates that a service is down, which means that at least one of the required sources defined for the service are down. |
<static>
|
caplin.streamlink.ServiceStatus.LIMITED
Indicates that a service is limited, which means that at least one of the non required sources defined for the service are down (but all of the required sources are up). |
<static>
|
caplin.streamlink.ServiceStatus.OK
Indicates that the service is OK, which means that all the required and non required sources defined for the service are up. |
►
<static>
caplin.streamlink.ServiceStatus.DOWN
Indicates that a service is down, which means that at least one of the required sources defined for the service are down.
►
<static>
caplin.streamlink.ServiceStatus.LIMITED
Indicates that a service is limited, which means that at least one of the non required sources defined for the service are down (but all of the required sources are up).
►
<static>
caplin.streamlink.ServiceStatus.OK
Indicates that the service is OK, which means that all the required and non required sources defined for the service are up.