Page 1 of 1

Task Scheduler

Posted: Wed Mar 16, 2022 8:05 am
by TeamBas
Hi Support Team,

Switching off individual domains doesn't work, it only works if I switch off all domains!


c_KickAllSessions(XYZ)
c_StopDomain(XYZ)
doesn´t work

c_KickAllSessions()
c_StopDomain()
all domains work

THx for help

V 6.6.5

Re: Task Scheduler

Posted: Wed Mar 16, 2022 12:42 pm
by FTP
OK, you may write the script code like this:

Code: Select all

c_KickAllSessions("XYZ")
c_StopDomain("XYZ")