Skip to main content

Enum ExecuteProcessTaskWindowStyle

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum ExecuteProcessTaskWindowStyle

Fields

FieldsDescription
HiddenSpecifies that the window will be entirely hidden.
MaximizedSpecifies that the window will be maximized.
MinimizedSpecifies that the window will be minimized.
NormalSpecifies that the window will be in normal or restored mode.