Okapi .NET Library

ILog.InProgress Method 

 [This is preliminary documentation and subject to change.]

Indicates whether a task is in progress.

[Visual Basic]
Function InProgress() As Boolean
[C#]
bool InProgress();
[C++]
bool InProgress();
[JScript]
function InProgress(): bool;

Return Value

True if a task is already in progress, false if not.

See Also

ILog Interface | Okapi.Library.Base Namespace