Enum ExecuteProcessTaskWindowStyle
C#
public enum ExecuteProcessTaskWindowStyle
Fields
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. |