Edit

Share via


StreamLifecycleOptions.RunState Enum

Definition

Identifies well-known points in the lifecycle of the streaming system.

[System.Serializable]
public enum StreamLifecycleOptions.RunState
[<System.Serializable>]
type StreamLifecycleOptions.RunState = 
Public Enum StreamLifecycleOptions.RunState
Inheritance
StreamLifecycleOptions.RunState
Attributes

Fields

AgentsStarted 2

The agents have started.

AgentsStopped 3

The agents have stopped.

Initialized 1

Streaming has initialized.

None 0

Not running.

Applies to