Share via


ActivationSignalDetectionConfiguration.IsActive Property

Definition

Gets whether an ActivationSignalDetectionConfiguration object is processing configuration settings.

Gets whether this configuration meets all criteria for the associated ActivationSignalDetector to process input corresponding to the signal.

public:
 property bool IsActive { bool get(); };
bool IsActive();
public bool IsActive { get; }
var boolean = activationSignalDetectionConfiguration.isActive;
Public ReadOnly Property IsActive As Boolean

Property Value

Boolean

bool

True, if all criteria are met. Otherwise, false.

Applies to