AssetBook::checkAllAssetsSold_IN Method
Checks whether all assets for a group have been sold.
Syntax
client server public static boolean checkAllAssetsSold_IN(AssetGroupId _assetGroupId, AssetBookId _bookId)
Run On
Called
Parameters
- _assetGroupId
Type: AssetGroupId Extended Data Type
The ID of the asset group.
- _bookId
Type: AssetBookId Extended Data Type
The book ID of the asset group.
Return Value
Type: boolean
true if all assets have been sold; otherwise, false.