Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 962 Bytes

webuibackgroundtaskinstanceruntimeclass_succeeded.md

File metadata and controls

25 lines (17 loc) · 962 Bytes
-api-id -api-type
P:Windows.UI.WebUI.WebUIBackgroundTaskInstanceRuntimeClass.Succeeded
winrt property

Windows.UI.WebUI.WebUIBackgroundTaskInstanceRuntimeClass.Succeeded

-description

Gets or sets the success value for the background task. The success value is what is returned to the foreground instance of your app in the completed event.

-property-value

An app can set this property to false to indicate that the background task has failed. Otherwise this property is always true.

Note

Once the background task sets this property and has therefore completed its work, the task must explicitly call the Web Workers close method to terminate itself.

-remarks

-examples

-see-also