Okapi .NET Library

LogType.MAINPROGRESS Field

 [This is preliminary documentation and subject to change.]

Constant value = 0. Changes the main progress indicator.

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

See Also

LogType Class | Okapi.Library.Base Namespace