Search Results for

    Show / Hide Table of Contents

    Enum PluginStatus.EPluginStatus

    • C#
    • Visual Basic
    public enum EPluginStatus
    Public Enum EPluginStatus
    Namespace: HomeSeer.PluginSdk
    Assembly: PluginSdk.dll


    An Enum representing the current state of a plugin


    Fields

    Name Description
    Critical

    Something wrong that will prevent operation from being successful.

    Fatal

    Something really wrong and the plug-in cannot function.

    Info

    Information

    Ok

    Everything is fine.

    Warning

    Something wrong, but should not affect operation.

    • View Source
    In This Article
    Back to top HomeSeer Technologies