FeatureStatus
ENUM
FeatureStatus
public enum FeatureStatus<T: FeatureOutputsProtocol>: Equatable
Describes the current status of a feature.
Cases
unrequested
case unrequested
The feature has yet to be requested.
on(outputs:)
case on(outputs: T)
The Feature is active and has the following outputs.
- Parameter outputs: The output data for this active feature.
off
case off
This feature is not currently active.