OutputTextType Enumeration

Specifies the different types of output that can be generated when XJEase code is running.

Namespace: XJTAG.Integration

Syntax

public enum OutputTextType

Members

Fields

Name Description
Debug

Debug output

Error

An error message.

Looping

Looping information

Notification

A notification

Pass

A test pass message.

Skip

A test skip message.

UserText

Normal text to display to the user.

Warning

A warning message.

Methods

Name Description
CompareTo (from Enum)
Equals (from Enum)
Finalize (from object)
GetHashCode (from Enum)
GetType (from object)
GetTypeCode (from Enum)
HasFlag (from Enum)
MemberwiseClone (from object)
ToString() (from Enum)
ToString(IFormatProvider) (from Enum)
ToString(string) (from Enum)
ToString(string, IFormatProvider) (from Enum)