Status Level
An enum class containing the status levels that could be reported.
public enum CdmStatusLevel
{
Info,
Progress,
Warning,
Error,
None
}
Dieser Browser wird nicht mehr unterstützt.
Führen Sie ein Upgrade auf Microsoft Edge durch, um die neuesten Features, Sicherheitsupdates und den technischen Support zu nutzen.
An enum class containing the status levels that could be reported.
public enum CdmStatusLevel
{
Info,
Progress,
Warning,
Error,
None
}