Table of Contents

Enum OutputMessageKind

Namespace
Alternet.Scripter.Debugger.UI.AlternetUI
Assembly
Alternet.Scripter.Debugger.UI.AlternetUI.v10.dll

Specifies the type of output message.

public enum OutputMessageKind

Fields

Debug = 0

Use for diagnostic or debugging information

General = 1

Use for general-purpose messages intended for broader consumption.

Remarks

This enumeration is used to categorize messages based on their purpose or context. Use Debug for diagnostic or debugging information, and General for general-purpose messages intended for broader consumption.