HardTotals.TransactionInProgress Property
2/27/2008
Gets a Boolean value that indicates whether a transaction is in progress.
Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property TransactionInProgress As Boolean
public abstract bool TransactionInProgress { get; }
public:
virtual property bool TransactionInProgress {
bool get () abstract;
}
/** @property */
public abstract boolean get_TransactionInProgress ()
public abstract function get TransactionInProgress () : boolean
Remarks
If true, the application is within a transaction; otherwise, false.
TransactionInProgress is set and kept current while the device is enabled.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.
See Also
Reference
HardTotals Class
HardTotals Members
Microsoft.PointOfService Namespace
HardTotals.BeginTrans Method