Page 1 of 1

Good way to call c_SetSSHEvent(....)

Posted: Tue Oct 22, 2013 4:29 pm
by kirikou
I want to call c_SetSSHEvent(...) for activation of lua script , i do call with these argument:

c_SetSSHEvent(strDomain,nEventType_Download,0,'','',0,'','',0,'','','','',3,1,strLuaScriptText_Download)

But i realise that other thing like sendemail are activated also, what is the good number of argument of c_SetSSHEvent(...)
Thanks you.