AWS IoT Over-the-air Update v3.3.0
Client library for AWS IoT OTA
OTA_GetImageState

Get the state of the currently running MCU image.

OtaImageState_t
OTA Image states.
Definition: ota_private.h:314
OtaImageState_t OTA_GetImageState(void)
Get the state of the currently running MCU image.
Definition: ota.c:3367

The states are OtaImageStateTesting, OtaImageStateAccepted, OtaImageStateAborted or OtaImageStateRejected; see OtaImageState_t documentation.

Returns
The state of the current context's OTA image.