Okapi .NET Library

ILog.BeginTask Method 

 [This is preliminary documentation and subject to change.]

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;

Parameters

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

Return Value

True if the task could be started, false otherwise.

See Also

ILog Interface | Okapi.Library.Base Namespace