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