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