LLMS_Processor_Course_Data::task( array $args )
Execute calculation for each item in the queue until all students in the course have been polled
Description Description
Stores the data in the postmeta table to be accessible via LLMS_Course.
Parameters Parameters
- $args
-
(Required) Query arguments passed to LLMS_Student_Query.
Return Return
(boolean) Always returns false
to remove the item from the queue when processing is complete.
Source Source
File: includes/processors/class.llms.processor.course.data.php
Changelog Changelog
Version | Description |
---|---|
4.21.0 | Use get_task_data() to merge/retrieve aggregate task data. Return early for non-courses. |
4.16.0 | Fix log string to properly record the post_id. |
4.12.0 | Moved task completion logic to task_complete() . |
3.15.0 | Introduced. |