Share via


RemoteSupportJobNodeSettings interface

Represents the settings of a remote support node.

Properties

connectionErrorMessage

The error message, if any, from the last connection attempt.

connectionStatus

The current connection status of the remote support session.

createdAt

The timestamp when the node settings were created, in UTC.

state

The state of the remote support node.

updatedAt

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