class documentation
class State(pb_enum.Enum): (source)
Undocumented
| Constant | __PB2 |
Undocumented |
| Constant | STATE |
Capacity Interval is currently active (start_time <= now < end_time). |
| Constant | STATE |
Capacity Interval is fully in the past (end_time <= now). |
| Constant | STATE |
Capacity Interval is fully in the future (now < start_time). |
| Constant | STATE |
Shouldn't happen. |
Inherited from Enum:
| Class Method | get |
Return the protobuf EnumDescriptor for this enum. |
Undocumented
| Value |
|