add-WindowsPackage windows image or package has pending online actions

Hi everyone,

I see below error when I tried to install hotfix on remote computer via add-WindowsPackage:

add-WindowsPackage -PackagePath C:\ps\pci\Windows10.0-KB5022502-x64-NDP48.cab -Online -PreventPending -Verbose –NoRestart

VERBOSE: Target Image Version 10.0.19044.2486
WARNING: Package C:\ps\pci\Windows10.0-KB5022502-x64-NDP48.cab was not added because the specified Windows image or package has pending online actions.

but I didn’t see the problem with dism way as below:

dism.exe /online /add-package /PackagePath:c:\ps\pci\Windows10.0-KB5022502-x64-NDP48.cab /norestart

anyone knows what happened when using add-WindowsPackage? what does the “windows image or package has pending online actions” mean?