Okapi .NET Library

LogType.SUBPROGRESS Field

 [This is preliminary documentation and subject to change.]

Constant value = 1. Changes the secondary progress indicator.

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

See Also

LogType Class | Okapi.Library.Base Namespace