NodeOPCUA API Documentation
Book
GitHub
Support
Preparing search index...
node-opcua-types
ServerStatusDataTypeOptions
Interface ServerStatusDataTypeOptions
interface
ServerStatusDataTypeOptions
{
buildInfo
?:
BuildInfoOptions
;
currentTime
?:
DateTime
;
secondsTillShutdown
?:
number
;
shutdownReason
?:
LocalizedTextLike
|
null
;
startTime
?:
DateTime
;
state
?:
ServerState
;
}
Index
Properties
build
Info?
current
Time?
seconds
Till
Shutdown?
shutdown
Reason?
start
Time?
state?
Properties
Optional
build
Info
buildInfo
?:
BuildInfoOptions
Optional
current
Time
currentTime
?:
DateTime
Optional
seconds
Till
Shutdown
secondsTillShutdown
?:
number
Optional
shutdown
Reason
shutdownReason
?:
LocalizedTextLike
|
null
Optional
start
Time
startTime
?:
DateTime
Optional
state
state
?:
ServerState
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
build
Info
current
Time
seconds
Till
Shutdown
shutdown
Reason
start
Time
state
Book
GitHub
Support
NodeOPCUA API Documentation
Loading...