RemoteSupportJobReportedProperties interface

Represents the reported properties of a remote support job.

Properties

deploymentStatus

Deployment status of job.

nodeSettings

Optional settings for configuring the node for remote support.

percentComplete

The percentage of the job that is complete.

sessionDetails

Details of the remote support session.

validationStatus

Validation status of job.

Property Details

deploymentStatus

Deployment status of job.

deploymentStatus?: EceActionStatus

Property Value

nodeSettings

Optional settings for configuring the node for remote support.

nodeSettings?: RemoteSupportJobNodeSettings

Property Value

percentComplete

The percentage of the job that is complete.

percentComplete?: number

Property Value

number

sessionDetails

Details of the remote support session.

sessionDetails?: RemoteSupportSession[]

Property Value

validationStatus

Validation status of job.

validationStatus?: EceActionStatus

Property Value