[ Version ( since = "3.2" ) ]
public bool is_completed ()
Checks whether the given view is already completed.
Being completed means the initial matching of objects have been finished, not that no more notifications about changes will be sent. In fact, even after completed, notifications will still be sent if there are changes in the objects matching the view search expression.
| this |
an DataCalView |
|
TRUE if the view is completed, FALSE if still in progress. |