ProgramState Enumeration
[This topic is pre-release documentation and is subject to change in future releases. Participation in the preview is limited to invitees only. For more information, see the Release Notes.]
Describes the state of a program.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client.Live (in Microsoft.WindowsAzure.MediaServices.Client.Live.dll)
Syntax
'Declaration
Public Enumeration ProgramState
'Usage
Dim instance As ProgramState
public enum ProgramState
public enum class ProgramState
type ProgramState
public enum ProgramState
Members
| Member name | Description | |
|---|---|---|
| Running | Program is running. | |
| Starting | Program is starting. | |
| Stopped | Program is stopped. | |
| Stopping | Program is stopping. |