@@ -68,30 +68,30 @@ If you would like to stop a job that is currently running, click on the name of
68
68
69
69
Once a job has been created, the ** Status** column will update with the latest status message of the job. The status messages mean the following:
70
70
71
- | Status Message | Status Meaning |
72
- | -------------------- | ------------------------------------------------------- |
73
- | Completed | This job has been executed on all devices. |
74
- | Failed | This job has failed and not fully executed on devices. |
75
- | Pending | This job has not yet begun executing on devices. |
76
- | Running | This job is currently executing on devices. |
77
- | Stopped | This job has been manually stopped by a user. |
71
+ | Status message | Status meaning |
72
+ | -------------------- | ------------------------------------------------------- |
73
+ | Completed | This job has been executed on all devices. |
74
+ | Failed | This job has failed and not fully executed on devices. |
75
+ | Pending | This job has not yet begun executing on devices. |
76
+ | Running | This job is currently executing on devices. |
77
+ | Stopped | This job has been manually stopped by a user. |
78
78
79
79
The status message is followed by an overview of the devices within the job. These device statuses mean the following:
80
80
81
- | Status Message | Status Meaning |
82
- | -------------------- | ------------------------------------------------------------------ |
83
- | Succeeded | The number of devices which the job has successfully executed on. |
84
- | Failed | The number of devices which the job has failed to execute on. |
81
+ | Status message | Status meaning |
82
+ | -------------------- | ------------------------------------------------------------------ |
83
+ | Succeeded | The number of devices which the job has successfully executed on. |
84
+ | Failed | The number of devices which the job has failed to execute on. |
85
85
86
86
### View the device status
87
87
88
88
In order to view the status of each device in the job, click on the job name. Here you'll see the details of the job and all of the devices that were a part of this specific job. Next to each device name, you'll see one of the following status messages:
89
89
90
- | Status Message | Status Meaning |
91
- | -------------------- | ----------------------------------------------------------------------------- |
92
- | Completed | The job has been executed on this device. |
93
- | Failed | The job has failed to execute on this device. The accompanying error message will show more information. |
94
- | Pending | The job has not yet executed on this device. |
90
+ | Status message | Status meaning |
91
+ | -------------------- | ----------------------------------------------------------------------------- |
92
+ | Completed | The job has been executed on this device. |
93
+ | Failed | The job has failed to execute on this device. The accompanying error message will show more information. |
94
+ | Pending | The job has not yet executed on this device. |
95
95
96
96
> [ !NOTE]
97
97
> If a device has been deleted, you won't be able to select the device and it will display as deleted with the device ID.
0 commit comments