Click or drag to resize

AppFacadeIsActive Property

Checks, whether this app is active. An app can be active, because it was marked by the user to be activated, or because it is required by Bench or it is a dependency for another app.

An app is not active if it IsSuppressed.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public bool IsActive { get; }

Property Value

Type: Boolean
See Also