isCloud ( ) : boolean
Returns true if the script is executed on the Cloud, false else.
Example
if(isCloud()) myPath=path("logs_grimport")
Returns true if the script is executed on the Cloud, false else.
if(isCloud()) myPath=path("logs_grimport")