Interface IScheduledTask.IScheduledTaskObjects

Enclosing interface:
IScheduledTask

public static interface IScheduledTask.IScheduledTaskObjects
A set of methods that provide access to other server APIs that you can use from inside a IScheduledTask.
Since:
12.0
  • Method Details

    • getTracerFactory

      ITracerFactory getTracerFactory()
      Gets an ITracerFactory that you can use to create an ITracer object for logging from a particular class.
      Returns:
      See above.
    • getSchedulerTracer

      ITracer getSchedulerTracer()
      Gets an ITracer that you can use to log directly to the scheduler log.
      Returns:
      See above.
    • getAlertManager

      IAlertManager getAlertManager()
      Gets an IAlertManager that you can use to send alerts to specified users.
      Returns:
      See above.