51.10. slapi_task_inc_progress()

Increments the task progress by one (1) work unit and updates the task status in the entry.
Incrementing the progress allows the task to report partial progress states to the user. The total number of work units needed to complete the task are set when slapi_task_begin() is called.
Syntax

void slapi_task_inc_progress(Slapi_Task *task)

Parameters

This function takes the following parameter:

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