webMathematica`
MSPValueQ
MSPValueQ[var1, var2, …]
returns True if all the variables have values
Examples
Basic Examples (1)
You can simulate how the function works by installing and loading the package.
The variable $$expr has a value, so the result is True.
Now $$expr has no value, so the result is False.
All the variables must have values for MSPValueQ to return True.