Interface IWinActivateAction
Defines an action within the Aura framework that focuses on activating a specified window. This action attempts to bring the target window to the foreground and waits for a specified timeout duration for the window to become active.
Inherited Members
Namespace: EyeAuras.DefaultAuras.Actions.WinActivate
Assembly: EyeAuras.DefaultAuras.dll
Syntax
public interface IWinActivateAction : IAuraAction, IAuraEntity, IAuraObject, IBindableReactiveObject, IHasId, IHasTypedId<string>, ICanSetContext, IHasContext, IHasErrors, IDisposable, INotifyPropertyChanged, IHasError, IHasErrorProvider, ICanSetName, IHasName, ICanSetDescription, IHasDescription
Properties
Name | Description |
---|---|
ActiveWindow | Gets the handle of the window that is resolved from the TargetWindow match expression. This represents the actual window that is targeted for activation by this action. |
TargetWindow | Specifies the expression used to identify and locate the specific window to be activated. This expression is evaluated to determine which window matches the criteria for activation. |
Timeout | Specifies the maximum time duration to wait for the window to become active. If the window does not become active within this timeframe, the action may timeout or take alternative actions based on its configuration. |