編集

次の方法で共有


Status Level

An enum class containing the status levels that could be reported.

public enum CdmStatusLevel
{
    Info,
    Progress,
    Warning,
    Error,
    None
}