Skip to content

Commit da3676a

Browse files
authored
Update device-update-multi-step-updates.md
1 parent 29e7732 commit da3676a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-hub-device-update/device-update-multi-step-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ Inline step(s) specified in `Parent Update` will be applied to the Host Device.
213213
214214
> [!NOTE]
215215
> Steps Content Handler:
216-
> IsInstalled validation logic: The Device Update agent’s [step handler](https://github.com/Azure/iot-hub-device-update/blob/main/src/content_handlers/steps_handler/README.md) checks to see if particular update is already installed (i.e., IsInstalled() resulted in a result code “900” i.e., is installed is ‘true’). To avoid installing an update that is already on the device the DU agent will skip future steps because we use it to determine whether to perform the step or not.
216+
> IsInstalled validation logic for each step: The Device Update agent’s [step handler](https://github.com/Azure/iot-hub-device-update/blob/main/src/content_handlers/steps_handler/README.md) checks to see if particular update is already installed i.e., checks for IsInstalled() resulted in a result code “900” which means ‘true’. If an update is already installed, to avoid re-installing an update that is already on the device, the DU agent will skip future steps because we use it to determine whether to perform the step or not.
217217
> Reporting an update result: The result of a step handler execution must be written to ADUC_Result struct in a desired result file as specified in --result-file option [learn more](https://github.com/Azure/iot-hub-device-update/blob/main/src/content_handlers/steps_handler/README.md#steps-content-handler). Then based on results of the execution, for success return 0, for any fatal errors return -1 or 0xFF.
218218
219219
### Reference Step In Parent Update

0 commit comments

Comments
 (0)