Class ScheduledTaskNotifications
- Namespace
- Dynamicweb.Scheduling.Notifications
- Assembly
- Dynamicweb.Core.dll
Represents a set of notifications available in Scheduling.
- Inheritance
-
Scheduled
Task Notifications
- Inherited Members
Fields
OnScheduledTaskEnd
Before scheduled task complete notification. Occurs before scheduled task complete.
Field Value
Remarks
The passed NotificationArgs is Task
OnScheduledTaskStart
Before scheduled task run notification. Occurs before scheduled task run.
Field Value
Remarks
The passed NotificationArgs is Task