StreamLifecycleOptions.RunState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
None | 0 | Not running. |
Initialized | 1 | Streaming has initialized. |
AgentsStarted | 2 | The agents have started. |
AgentsStopped | 3 | The agents have stopped. |