scripting:api:bundle:active

Active

Property of IBundle

Returns activation state

Read-Only Property of type VARIANT_BOOL

var bActive = Bundle.Active;
bActive = Bundle.Active
VARIANT_BOOL bActive;
HRESULT hr = Bundle.get_Active(&bActive);