Okapi .NET Library

ILog.BeginProcess Method 

 [This is preliminary documentation and subject to change.]

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;

Parameters

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

Return Value

True if the process could be started, false otherwise.

See Also

ILog Interface | Okapi.Library.Base Namespace