NodeOPCUA API Documentation
    Preparing search index...

    Interface ServerStatusDataTypeOptions

    interface ServerStatusDataTypeOptions {
        buildInfo?: BuildInfoOptions;
        currentTime?: DateTime;
        secondsTillShutdown?: number;
        shutdownReason?: LocalizedTextLike | null;
        startTime?: DateTime;
        state?: ServerState;
    }
    Index

    Properties

    buildInfo?: BuildInfoOptions
    currentTime?: DateTime
    secondsTillShutdown?: number
    shutdownReason?: LocalizedTextLike | null
    startTime?: DateTime
    state?: ServerState