51.13. slapi_task_log_status()

Updates the status attribute for the task entry.
Directory task entries record their status in the nsTaskStatus attribute. This function generates the value for nsTaskStatus. Unlike the nsTaskLog attribute, this value is overwritten whenever it is updated.
Syntax

void slapi_task_log_status(Slapi_Task *task, char *format, ...)

Parameters

This function takes the following parameters:

task Points to the task operation which is being performed by the server.
format A printf-style format string.