Queries if the user has cancelled the process.
[Visual Basic] Function Continue() As Boolean [C#] bool Continue(); [C++] bool Continue(); [JScript] function Continue(): bool;
True if the process is to be continued, false if the user has cancelled the process.
Calling this method is the same as calling Log(5, 0, null)
.
ILog Interface | Okapi.Library.Base Namespace | SetLog