Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / ENServiceStatus Enumeration


In This Topic
    ENServiceStatus Enumeration
    In This Topic
    Enumerates the possible states of a service
    Syntax
    'Declaration
     
    
    Public Enum ENServiceStatus 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ENServiceStatus
    public enum ENServiceStatus : System.Enum 
    Members
    MemberDescription
    PausedThe service is started, but is temporary paused and is not running
    StartedThe service is started and is running
    StoppedThe service is stopped and is not running
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.Nov.Dom.ENServiceStatus

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also