banner

Status.set_Status method

Determines whether the end user has completed a custom event in Windows Welcome, and sets that custom event.

Syntax

window.external.Status.set_Status(sCustomEvent, bCompleted);

Parameters sCustomEvent

String. The name of the custom event to set.

bCompleted

Boolean. Returns the value TRUE if the end user has completed a custom event in Windows Welcome.

Return Values None
Applies To window.external.Status
Example
window.external.Status.set_Status("MyUSBIntroduction", true);