CommandStatusCode Enum
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.
Contains the known command status codes.
public enum class CommandStatusCode
C#
public enum CommandStatusCode
type CommandStatusCode =
Public Enum CommandStatusCode
- Inheritance
-
CommandStatusCode
Name | Value | Description |
---|---|---|
None | 0 | Not set. |
Success | 1 | Success |
Pending | 2 | Pending |
Failure | 3 | Failure |
Product | Versions |
---|---|
Lync UCMA | 4.0, 5.0, latest |