Job scheduling

Jobs are scheduled to run when a given trigger occurs. Triggers can be created with nearly any combination of the following directives:

  • At a certain time of day (to the millisecond)
  • On certain days of the week
  • On certain days of the month
  • On certain days of the year
  • Not on certain days listed within a registered calendar (such as business holidays)
  • Repeated a specific number of times
  • Repeated until a specific time/date
  • Repeated indefinitely
  • Repeated with a delay interval

Jobs are given names by their creator and can also be organized into named groups. Triggers may also be given names and placed into groups, to easily organize them within the scheduler. Jobs can be added to the scheduler once, but they can also be registered with multiple triggers.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset