Indicates whether a task is in progress.
[Visual Basic] Function InProgress() As Boolean [C#] bool InProgress(); [C++] bool InProgress(); [JScript] function InProgress(): bool;
True if a task is already in progress, false if not.
ILog Interface | Okapi.Library.Base Namespace