#### [Abblix\.SharedSignals](https://www.abblix.com/en/docs/api/abblix-sharedsignals 'index')
### [Abblix\.SharedSignals\.Model](https://www.abblix.com/en/docs/api/abblix-sharedsignals/Abblix.SharedSignals.Model 'Abblix\.SharedSignals\.Model')

## StreamStatuses Class

The allowable stream status values \(SSF 1\.0 Section 8\.1\.2\.1\)\. A standalone registry rather
than a nest under [StreamStatus](https://www.abblix.com/en/docs/api/abblix-sharedsignals/Abblix.SharedSignals.Model.StreamStatus 'Abblix\.SharedSignals\.Model\.StreamStatus'), because the Stream Updated Event carries the
same values in its own payload\.

```csharp
public static class StreamStatuses
```

Inheritance [System\.Object](https://learn.microsoft.com/en-us/dotnet/api/system.object 'System\.Object') → StreamStatuses
### Fields

## StreamStatuses\.Disabled Field {#Abblix.SharedSignals.Model.StreamStatuses.Disabled}

The transmitter must not transmit and holds nothing for later
\(SSF 1\.0 Section 8\.1\.2\.1\)\.

```csharp
public const string Disabled = "disabled";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## StreamStatuses\.Enabled Field {#Abblix.SharedSignals.Model.StreamStatuses.Enabled}

The transmitter must transmit events over the stream, according to its configured
delivery method \(SSF 1\.0 Section 8\.1\.2\.1\)\.

```csharp
public const string Enabled = "enabled";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')

## StreamStatuses\.Paused Field {#Abblix.SharedSignals.Model.StreamStatuses.Paused}

The transmitter must not transmit and should hold what it would have sent, releasing it
when the stream is enabled again \- either in generation order, or only the latest events
whose predecessors for the same subject principal they cancel or outdate
\(SSF 1\.0 Section 8\.1\.2\.1\)\.

```csharp
public const string Paused = "paused";
```

#### Field Value
[System\.String](https://learn.microsoft.com/en-us/dotnet/api/system.string 'System\.String')
