#Input arg # [ # { # "Type": , # host: , # port: , # bodyObject: # }, # { # "Type": "CMDStart", # "Command": "" # }, # { # "Type": "OrchestratorRestart" # }, # { # "Type": "GlobalDictKeyListValueSet", # "KeyList": ["key1","key2",...], # "Value": # }, # { # "Type": "GlobalDictKeyListValueAppend", # "KeyList": ["key1","key2",...], # "Value": # }, # { # "Type": "GlobalDictKeyListValueGet", # "KeyList": ["key1","key2",...] # }, # { # "Type":"ProcessStart", # "Path":"", # "ArgList":[] # # }, # { # "Type":"ProcessStartIfTurnedOff", # "CheckTaskName":"", #Check if current task name is not active (then start process), # "Path":"", # "ArgList":[] # # }, # { # "Type":"ProcessStop", # "Name":"", # "FlagForce":True, # "User":"" #Empty, user or %username% # }, # { # "Type":"PythonStart", # "ModuleName":"", # "FunctionName":"", # "ArgList":[], # "ArgDict":{} # }, # { # "Type":"WindowsLogon", # "Domain":"", # "User":"", # "Password":"" # # Return "Result": True - user is logged on, False - user is not logged on # } # ] ################################## #Output result # with attributes: # "DateTimeUTCStringStart" # "DateTimeUTCStringStop" # "Result"