pub unsafe extern "C" fn otDatasetUpdaterIsUpdateOngoing(
    aInstance: *mut otInstance
) -> bool
Expand description

Indicates whether there is an ongoing Operation Dataset update request.

Available when OPENTHREAD_CONFIG_DATASET_UPDATER_ENABLE is enabled.

@param[in] aInstance A pointer to an OpenThread instance.

@retval TRUE There is an ongoing update. @retval FALSE There is no ongoing update.