Table of Contents

Enum MessageLevel

Namespace
The
Assembly
Instagile.dll

The importance level of a user-visible message.

public enum MessageLevel

Fields

Error = 3

Indicates a problem which must be addressed in order to continue.

Info = 1

Indicates information of no particular moral value.

Success = 0

Indicates anticipated information.

Warning = 2

Indicates a problem which does not have to be addressed immediately.