Constant.MAX_PROGRESS_LINE_COUNT Field
The maximum number of lines allowed in the progress display.
[Visual Basic]
Public Const MAX_PROGRESS_LINE_COUNT As
Integer = 5000
[C#]
public const
int MAX_PROGRESS_LINE_COUNT = 5000;
Remarks
See Also
Constant Class | com.sarmal.orkinos.v2.constant Namespace