Enum ExecuteProcessTaskWindowStyle
Namespace: Varigence.Languages.Biml.Task
Assembly: Biml.dll
C#
public enum ExecuteProcessTaskWindowStyle
- Inheritance
-
Fields
Name | Description |
---|---|
Hidden | Specifies that the window will be entirely hidden. |
Maximized | Specifies that the window will be maximized. |
Minimized | Specifies that the window will be minimized. |
Normal | Specifies that the window will be in normal or restored mode. |