Okapi .NET Library

ILog.Continue Method 

 [This is preliminary documentation and subject to change.]

Queries if the user has cancelled the process.

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

Return Value

True if the process is to be continued, false if the user has cancelled the process.

Remarks

Calling this method is the same as calling Log(5, 0, null).

See Also

ILog Interface | Okapi.Library.Base Namespace | SetLog