Diagnostics.MaxStoredErrorMessages Property

Top 

Description

The maximum number of error messages to store. Once this value is exceeded, the oldest messages will be dropped until the total is less-than-or-equal-to the maximum.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

number

Access:

read/write

Default Value:

100

Valid Range:

Diagnostics.MaxStoredErrorMessages ≥ 0

 

Syntax

myVariable1 = myDiagnostics1.MaxStoredErrorMessages;

 

myDiagnostics1.MaxStoredErrorMessages = myVariable1;

 

See also

Diagnostics Object