Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 891 Bytes

storequeueitem_resumeinstallasync_1544665090.md

File metadata and controls

25 lines (18 loc) · 891 Bytes
-api-id -api-type ms.custom
M:Windows.Services.Store.StoreQueueItem.ResumeInstallAsync
winrt method
RS5

Windows.Services.Store.StoreQueueItem.ResumeInstallAsync

-description

Resumes the install for the current package in the queue.

-returns

The object that is used to control the asynchronous operation.

-remarks

If you pause or cancel the install for the current package in the queue by using the PauseInstallAsync or CancelInstallAsync methods, you can use this method to resume the install.

-see-also

CancelInstallAsync,PauseInstallAsync

-examples