There is a 'Switch On Complete' field which you can use when defining a collection. That switch will be set to 'ON' if it's completed.
You can also use the following script calls:
$gameCollection["collectionIdHere"].isCompleted
or
$gameCollection.collectionIdHere.isCompleted
Both return the same thing.