{ "name": "MachineMonitor", "displayName": "Machine Monitor", "description": "Check up on Machine running this script", "category": "", "helpUrl": "https://maps.commerce.alaska.gov/server/rest/directories/arcgisoutput/Tools/MachineMonitor_GPServer/Tools_MachineMonitor/MachineMonitor.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Mode", "dataType": "GPString", "displayName": "Mode", "description": "Run mode:FullSnapshot - writes output XLSX with full detail worksheets on processes", "direction": "esriGPParameterDirectionInput", "defaultValue": "FullSnapshot", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "FullSnapshot" ] }, { "name": "IntervalSec", "dataType": "GPLong", "displayName": "IntervalSec", "description": "For future looping mode - Interval in Seconds between logging passes", "direction": "esriGPParameterDirectionInput", "defaultValue": 30, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_File", "dataType": "GPDataFile", "displayName": "Output File", "description": "Generated Output File", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }