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
Task Scheduler
-
- Site Admin
- Posts: 2107
- Joined: Tue Sep 29, 2009 6:09 am
Re: Task Scheduler
OK, you may write the script code like this:
Code: Select all
c_KickAllSessions("XYZ")
c_StopDomain("XYZ")