Skip to content

Commit ed91d60

Browse files
committed
[CCP] Update doc for Undeployable setup state
1 parent 284a11e commit ed91d60

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

Helpers/CompatChecks/SetupStateCCP.vb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@ Namespace Helpers.CompatChecks
3131
''' </summary>
3232
''' <remarks>
3333
''' 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>
38+
''' </list>
3739
''' </remarks>
3840
Undeployable
3941
''' <summary>

0 commit comments

Comments
 (0)