Class ScheduledTaskNotifications
- Namespace
 - Dynamicweb.Scheduling.Notifications
 
- Assembly
 - Dynamicweb.Scheduling.dll
 
Represents a set of notifications available in Scheduling.
  
  public class ScheduledTaskNotifications
  - Inheritance
 - 
      
      ScheduledTaskNotifications
 
- Inherited Members
 
Fields
OnScheduledTaskEnd
Before scheduled task complete notification. Occurs before scheduled task complete.
  
  public const string OnScheduledTaskEnd = "DWN_STANDARD_SCHEDULEDTASK_OnScheduledTaskEnd"
  Field Value
Remarks
The passed NotificationArgs is TaskEndNotificationArgs
  OnScheduledTaskStart
Before scheduled task run notification. Occurs before scheduled task run.
  
  public const string OnScheduledTaskStart = "DWN_STANDARD_SCHEDULEDTASK_OnScheduledTaskStart"
  Field Value
Remarks
The passed NotificationArgs is TaskStartNotificationArgs