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 full)

Properties

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