Interface IState
Base state interface
Namespace: ISynergy.Framework.Automations.Abstractions
Assembly: ISynergy.Framework.Automations.dll
Syntax
public interface IState
Properties
View SourceFor
You can use For to have the trigger only fire if the state holds for some time.
Declaration
TimeSpan For { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
StateId
Gets or sets the StateId property value.
Declaration
Guid StateId { get; }
Property Value
Type | Description |
---|---|
Guid |