Okapi .NET Library

ILog.EndProcess Method 

 [This is preliminary documentation and subject to change.]

Ends the current process.

[Visual Basic]
Sub EndProcess( _ 
   ByVal p_sText As String _ 
)
[C#]
void EndProcess(
   string p_sText
);
[C++]
void EndProcess(
   String* p_sText
);
[JScript]
function EndProcess(
   String p_sText
);

Parameters

p_sText
Optional text to display. Set the text to null or empty to display nothing.

See Also

ILog Interface | Okapi.Library.Base Namespace