HP-UX Directory Server 8.1 plug-in reference

Table Of Contents
Parameters This function takes the following parameter:
Points to the task operation which is being performed by the server.
task
See also
slapi_task_set_data()
TaskCallbackFn
51.18 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:
Points to the task operation which is being performed by the server.
task
See also
slapi_task_inc_progress()
slapi_task_log_notice()
slapi_task_log_status()
51.18 slapi_task_status_changed() 383