"ActivityTimeCheckLoopSeconds":5,#Количество секунд, между циклами проверки действий
"ActivityTimeList":[
"ActivityTimeList":[
{
"TimeHH:MM":"19:25",#Time [HH:MM] to trigger activity
"WeekdayList":[1,2,3],#List of the weekday index when activity is applicable, Default [1,2,3,4,5,6,7]
"TimeHH:MM":"19:25",#Time [HH:MM] to trigger activity
"WeekdayList":[1,2,3],#List of the weekday index when activity is applicable, Default [1,2,3,4,5,6,7]
"Activity":{
"Type":"ProcessStart",#Activity type
"Path":"Notepad",#Executable file path
"Type":"ProcessStart",#Activity type
"Path":"Notepad",#Executable file path
"ArgList":[]#List of the arguments
}
},
{
"TimeHH:MM":"19:20",#Time [HH:MM] to trigger activity
"WeekdayList":[1,2,3],#List of the weekday index when activity is applicable, Default [1,2,3,4,5,6,7]
"TimeHH:MM":"19:20",#Time [HH:MM] to trigger activity
"WeekdayList":[1,2,3],#List of the weekday index when activity is applicable, Default [1,2,3,4,5,6,7]
"Activity":{
"Type":"ProcessStop",#Activity type
"Name":"OpenRPARobotDaemon.exe",#Process name
"FlagForce":True,#Force process close
"Type":"ProcessStop",#Activity type
"Name":"OpenRPARobotDaemon.exe",#Process name
"FlagForce":True,#Force process close
"User":"%username%"#Empty, user or %username%
}
},
{
"TimeHH:MMStart":"19:20",#Time [HH:MM] to trigger activity
"TimeHH:MMStop":"19:20",
"ActivityIntervalSeconds":5,
"WeekdayList":[1,2,3],#List of the weekday index when activity is applicable, Default [1,2,3,4,5,6,7]
"TimeHH:MMStart":"19:20",#Time [HH:MM] to trigger activity
"TimeHH:MMStop":"19:20",
"ActivityIntervalSeconds":5,
"WeekdayList":[1,2,3],#List of the weekday index when activity is applicable, Default [1,2,3,4,5,6,7]
"Activity":{
"Type":"PythonStart",#Activity type
"ModuleName":"CheckActivity",#Python function module name
"FunctionName":"test_activity",#Python function name
"ArgList":["TestArg1","TestArg2"]#Input python function args
"ArgList":["TestArg1","TestArg2"]#Input python function args
}
}
],
"LogList":[]
"LogList":[]
},
"Processor":{
"LogType_CMDStart":True,#LogType_<Type>: <bool> if Trace for command is selected for False, the tracing will be off for such activity type. Default True
"LogList":[]#List of processor activity, which was executed. Fill list when orchestrator is running
"Processor":{
"LogType_CMDStart":True,#LogType_<Type>: <bool> if Trace for command is selected for False, the tracing will be off for such activity type. Default True
"LogList":[]#List of processor activity, which was executed. Fill list when orchestrator is running
},
"ControlPanelDict":{
"ControlPanelDict":{
"RefreshSeconds":5,
"RobotList":[
{
"RenderFunctionName":"RenderRobotR01",
"RenderFunctionModuleName":"Settings",
"RenderFunctionModuleSubfolderName":"Settings"
"RenderFunctionName":"RenderRobotR01",
"RenderFunctionModuleName":"Settings",
"RenderFunctionModuleSubfolderName":"Settings"
}
]
},
"FileManager":{
"FileURLFilePathDict_help":"https://localhost:8081/filemanager/<file URL>. All FileURL s must be set in lowercase",