How to tell if Spotfire is running from Web Player

from System import Environment
isWebPlayer = Environment.CommandLine.Contains("w3wp.exe")
Previous
Next Post »