View Single Post
  #1572  
Old 28.10.2020, 10:53
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,553
Default

Quote:
Originally Posted by abrenoch View Post
// ========= Properties for the EventTrigger 'New Crawler Job' =========
var myCrawlerJob = job;
It is a sandbox object, and as such you cannot 'stringify' it. You have to use the corresponding object methods to access the listed properties and then write them to a file.
Reply With Quote