RemoteSupportJobNodeSettings interface
Represents the settings of a remote support node.
Properties
| connection |
The error message, if any, from the last connection attempt. |
| connection |
The current connection status of the remote support session. |
| created |
The timestamp when the node settings were created, in UTC. |
| state | The state of the remote support node. |
| updated |
The timestamp when the node settings were last updated, in UTC. |
Property Details
connectionErrorMessage
The error message, if any, from the last connection attempt.
connectionErrorMessage?: string
Property Value
string
connectionStatus
The current connection status of the remote support session.
connectionStatus?: string
Property Value
string
createdAt
The timestamp when the node settings were created, in UTC.
createdAt?: Date
Property Value
Date
state
The state of the remote support node.
state?: string
Property Value
string
updatedAt
The timestamp when the node settings were last updated, in UTC.
updatedAt?: Date
Property Value
Date