Creating Plugins

Function calls available in Plugins

##   StartGroup
##   EndGroup
##   Task()
##   Try()
##   Sleep()
##   Manual()
##   GetVar()

 

• GetVar a way of passing specific run time parameters

• Task that will add a specific task to a job

• Try adds a task but will allow job to continue if task fails

• Sleep n run the sleep command for n number of seconds

• Manual force a break point for manual intervention