You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Helpers/CompatChecks/SetupStateCCP.vb
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,11 @@ Namespace Helpers.CompatChecks
31
31
''' </summary>
32
32
''' <remarks>
33
33
''' If a process queries the IMAGE_STATE value and IMG_UNDEPLOYABLE is returned, the image is in one of the following states:
34
-
''' 1. Setup is currently running and has not fully completed the phase. Once a given phase is complete, the IMAGE_STATE will be set to an appropriate completion value;
35
-
''' 2. If queried online when Setup is not running, there was a failure when completing a Setup phase. This image must be reinstalled;
36
-
''' 3. If queried offline, the image did not finish a phase and will never be deployable.
34
+
''' <list type="number">
35
+
''' <item>Setup is currently running and has not fully completed the phase. Once a given phase is complete, the IMAGE_STATE will be set to an appropriate completion value</item>
36
+
''' <item>If queried online when Setup is not running, there was a failure when completing a Setup phase. This image must be reinstalled</item>
37
+
''' <item>If queried offline, the image did not finish a phase and will never be deployable.</item>
0 commit comments