Interface IAuraTriggerProperties
Namespace: EyeAuras.Shared.Triggers
Assembly: EyeAuras.Shared.Metadata.dll
Syntax
public interface IAuraTriggerProperties : IAuraProperties, IPoeEyeConfigVersioned, IPoeEyeConfig, IHasVersion, ICanSetId, IHasId, IHasTypedId<string>
Properties
Name | Description |
---|---|
ActivationTimeout | Period of time that must pass before trigger will become Active even if all conditions are met |
DeactivationTimeout | Period of time that must pass before trigger will become Inactive even if all conditions are met |
IsIgnored | Indicates whether this Trigger is ignored for all checks in the program or not |
IsInverted | Indicates whether this trigger should be treated as inverted or not |