Okapi .NET Library

ILog.Cancel Method 

 [This is preliminary documentation and subject to change.]

Cancel the current task/process.

[Visual Basic]
Sub Cancel( _ 
   ByVal p_bAskConfirmation As Boolean _ 
)
[C#]
void Cancel(
   bool p_bAskConfirmation
);
[C++]
void Cancel(
   bool p_bAskConfirmation
);
[JScript]
function Cancel(
   bool p_bAskConfirmation
);

Parameters

p_bAskConfirmation
Indicator wether a confirmation prompt should be issue before cancelling.

See Also

ILog Interface | Okapi.Library.Base Namespace