function CourseObject::poll in Course 6
Same name and namespace in other branches
- 7.2 includes/CourseObject.inc \CourseObject::poll()
- 7 includes/CourseObject.inc \CourseObject::poll()
Give the course object a chance do asynchronous polling and set completion on demand.
Useful for external objects.
File
- includes/
course_object.core.inc, line 829
Class
- CourseObject
- Parent abstract base class of all course objects.
Code
function poll() {
}