Property ActivationTimeout
ActivationTimeout
Gets or sets the time duration that the internal trigger value must be continuously active before the Trigger itself becomes active.
Declaration
TimeSpan ActivationTimeout { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
Remarks
Helps in ensuring that the Trigger only activates after a stable and persistent active state is detected.