Okapi .NET Library

LogProgressMode.COUNTER Field

 [This is preliminary documentation and subject to change.]

Constant value = 2. The progress is shown as a counter.

[Visual Basic]
Public const COUNTER As Integer = 2
[C#]
public const int COUNTER = 2;
[C++]
public: const int COUNTER = 2;
[JScript]
public const var COUNTER: int = 2;

See Also

LogProgressMode Class | Okapi.Library.Base Namespace