Table of Contents

Enum OptionFlags

Namespace
OneImlx.Terminal.Commands
Assembly
OneImlx.Terminal.dll

Defines special option flags.

[Flags]
public enum OptionFlags

Fields

Disabled = 8

The command is disabled.

None = 0

No special flags.

Obsolete = 4

The command is obsolete.

Required = 2

The option is required.