Okapi .NET Library

ILog.EndTask Method 

 [This is preliminary documentation and subject to change.]

Ends the current task.

[Visual Basic]
Sub EndTask( _ 
   ByVal p_sText As String _ 
)
[C#]
void EndTask(
   string p_sText
);
[C++]
void EndTask(
   String* p_sText
);
[JScript]
function EndTask(
   String p_sText
);

Parameters

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

See Also

ILog Interface | Okapi.Library.Base Namespace