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;
LogType Class | Okapi.Library.Base Namespace