RemoteSupportJobReportedProperties interface
Represents the reported properties of a remote support job.
Properties
| deployment |
Deployment status of job. |
| node |
Optional settings for configuring the node for remote support. |
| percent |
The percentage of the job that is complete. |
| session |
Details of the remote support session. |
| validation |
Validation status of job. |
Property Details
deploymentStatus
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[]