Table of Contents

Class ScheduledTaskNotifications

Namespace
Dynamicweb.Scheduling.Notifications
Assembly
Dynamicweb.Core.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

string

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

string

Remarks

The passed NotificationArgs is TaskStartNotificationArgs

To top