Enumeration that defines the different states a caplin.streamlink.alerts.Trigger can be in
Attributes | Name and Description |
---|---|
|
caplin.streamlink.alerts.TriggerState()
|
Attributes | Name and Description |
---|---|
<static>
|
caplin.streamlink.alerts.TriggerState.ACTIVE
the trigger is active and waiting for the condition to be met |
<static>
|
caplin.streamlink.alerts.TriggerState.INACTIVE
the trigger is disabled/paused and will not trigger if the condition is met |
<static>
|
caplin.streamlink.alerts.TriggerState.TRIGGERED
the condition was met and a notification was triggered |
<static>
|
caplin.streamlink.alerts.TriggerState.UNKNOWN
Invalid state that only happens if the backend sends an unsupported state |
►
caplin.streamlink.alerts.TriggerState()
►
<static>
caplin.streamlink.alerts.TriggerState.ACTIVE
the trigger is active and waiting for the condition to be met
►
<static>
caplin.streamlink.alerts.TriggerState.INACTIVE
the trigger is disabled/paused and will not trigger if the condition is met
►
<static>
caplin.streamlink.alerts.TriggerState.TRIGGERED
the condition was met and a notification was triggered
►
<static>
caplin.streamlink.alerts.TriggerState.UNKNOWN
Invalid state that only happens if the backend sends an unsupported state