51.19. slapi_task_status_changed()

Updates the task configuration entry with the current status information.
This function must be called if the progress or status of the task is updated manually in the Slapi_Task structure. However, slapi_task_status_changed() is called by the other slapi_task_* functions that manage the task status automatically, so it is not necessary to call slapi_task_status_changed() if the plug-in is written using the Slapi_Task API.
Syntax

void slapi_task_status_changed(Slapi_Task *task)

Parameters

This function takes the following parameter:

task Points to the task operation which is being performed by the server.