OneTagProgressArgs.IsComplete Property

TegoOS

OneTagProgressArgsIsComplete Property
Gets whether the operation is complete.

Namespace: Tego.Rfid.Gen2
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)
Syntax
public bool IsComplete { get; }
Public ReadOnly Property IsComplete As Boolean
	Get
public:
property bool IsComplete {
	bool get ();
}
member IsComplete : bool with get

Property Value

Type: Boolean
Remarks
Canceled is not considered complete unless the full number of words were completed.
See Also