Interface IDelayAction
Represents an action that introduces a delay within a sequence of actions. The duration of the delay is determined by the configured PoeShared.UI.IRandomPeriodSelector.
Inherited Members
Namespace: EyeAuras.DefaultAuras.Actions.Delay
Assembly: EyeAuras.DefaultAuras.dll
Syntax
public interface IDelayAction : IAuraAction, IAuraEntity, IAuraObject, IBindableReactiveObject, IHasId, IHasTypedId<string>, ICanSetContext, IHasContext, IHasErrors, IDisposable, INotifyPropertyChanged, IHasError, IHasErrorProvider, ICanSetName, IHasName, ICanSetDescription, IHasDescription
Properties
Name | Description |
---|---|
DelaySelector | Gets the selector used to determine the delay period. This selector can provide a fixed or random delay period within specified bounds. |