Table of Contents

Enum HumanInputMode

Namespace
AutoGen
Assembly
AutoGen.dll
public enum HumanInputMode

Fields

ALWAYS = 1

ALWAYS prompt the user for input

AUTO = 2

prompt the user for input if the message is not a termination message

NEVER = 0

NEVER prompt the user for input