Pages::isAny($criteria)
Version 4
Check if at least one page in collection meets the given criteria
Version 4
Check if at least one page in collection meets the given criteria
Bool
If at least one task has been done, mark project as Started:
if ( $Project->tasks->isAny('status=Done') ){
$Project->status->setValue('Started');
}