Enumeration that defines the status of a subject.
The SubscriptionStatusType
will be provided by calling getStatus()
on a caplin.streamlink.SubscriptionStatusEvent.
Attributes | Name and Description |
---|---|
|
caplin.streamlink.SubscriptionStatusType()
|
Attributes | Name and Description |
---|---|
<static>
|
caplin.streamlink.SubscriptionStatusType.STATUS_INFO
An informational message about the subject (usually sent by the DataSource). |
<static>
|
caplin.streamlink.SubscriptionStatusType.STATUS_LIMITED
One of the sources of data for the subject is not available. |
<static>
|
caplin.streamlink.SubscriptionStatusType.STATUS_OK
The data associated with the subject is correct and up-to-date. |
<static>
|
caplin.streamlink.SubscriptionStatusType.STATUS_STALE
The subject's data may not be correct and up-to-date. |
►
caplin.streamlink.SubscriptionStatusType()
►
<static>
caplin.streamlink.SubscriptionStatusType.STATUS_INFO
An informational message about the subject (usually sent by the DataSource).
►
<static>
caplin.streamlink.SubscriptionStatusType.STATUS_LIMITED
One of the sources of data for the subject is not available. This may affect the subject's data.
►
<static>
caplin.streamlink.SubscriptionStatusType.STATUS_OK
The data associated with the subject is correct and up-to-date.
►
<static>
caplin.streamlink.SubscriptionStatusType.STATUS_STALE
The subject's data may not be correct and up-to-date.