Status Level
An enum class containing the status levels that could be reported.
public enum CdmStatusLevel
{
Info,
Progress,
Warning,
Error,
None
}
Este browser já não é suportado.
Atualize para o Microsoft Edge para tirar partido das mais recentes funcionalidades, atualizações de segurança e de suporte técnico.
An enum class containing the status levels that could be reported.
public enum CdmStatusLevel
{
Info,
Progress,
Warning,
Error,
None
}