Share via


Cat.ExtendedErrorReset Field

Indicates the CAT was stopped during processing by the CAT reset key or stop key in an ErrorEvent event.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Usage

'Usage
Dim returnValue As Integer
returnValue = Cat.ExtendedErrorReset

Syntax

'Declaration
Public Const ExtendedErrorReset As Integer
public const int ExtendedErrorReset;
public: const Int32 ExtendedErrorReset;
public static final int ExtendedErrorReset;
public var ExtendedErrorReset : int;

Remarks

Updates to the daily log have been stopped and the value of the DailyLog property is uncertain.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Cat Class
Cat Members
Microsoft.PointOfService Namespace
DailyLog
ErrorEvent