function _getCountInProgressByType($a_obj_id, $a_type)
 {
     return count(ilLPStatusWrapper::_getInProgressByType($a_obj_id, $a_type));
 }