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 );
ILog Interface | Okapi.Library.Base Namespace