Starts a process.
[Visual Basic] Function BeginProcess( _ ByVal p_sText As String _ ) As Boolean [C#] bool BeginProcess( string p_sText ); [C++] bool BeginProcess( String* p_sText ); [JScript] function BeginProcess( String p_sText ): bool;
True if the process could be started, false otherwise.
ILog Interface | Okapi.Library.Base Namespace