NodeOPCUA API Documentation
    Preparing search index...
    namespace http://opcfoundation.org/UA/
    nodeClass DataType
    name ServerStatusDataType
    isAbstract false
    interface DTServerStatus {
        buildInfo: DTBuildInfo;
        currentTime: Date;
        secondsTillShutdown: number;
        shutdownReason: LocalizedText;
        startTime: Date;
        state: EnumServerState;
    }

    Hierarchy (View Summary)

    Index

    Properties

    buildInfo: DTBuildInfo
    currentTime: Date
    secondsTillShutdown: number
    shutdownReason: LocalizedText
    startTime: Date