Method crontabModify

 return to group index



crontabModify

voidcrontabModify ( stringsession, stringdomain, intid, stringpath, stringprogramLanguage, stringweekDay, stringdays, stringhours, stringdesc, stringemail, stringotherEmail, booleanenable )

Description

Modify a crontab job

Parameters

  • stringsession : the session id
  • stringdomain : the domain name
  • intid : the crontab job id
  • stringpath : the script path
  • stringprogramLanguage : the programming language
  • stringweekDay : every week day (monday|tuesday|wednesday|thursday|friday|saturday|sunday)
  • stringdays : the days numbers list separate with comma (ex: 1,15,18)
  • stringhours : the hours numbers list separate with comma (ex: 10,18)
  • stringdesc : the description
  • stringemail : the email (no|nic-admin|nic-tech|other)
  • stringotherEmail : specify the other email
  • booleanenable : enable the crontab ?
programming languages / libraries :
 
Parameters :
string session : $session
string domain :
int id :
string path :
string programLanguage :
string weekDay :
string days :
string hours :
string desc :
string email :
string otherEmail :
boolean enable :