Class TaskStartNotificationArgs
- Namespace
- Dynamicweb.Scheduling.Notifications
- Assembly
- Dynamicweb.Core.dll
Provides information about the scheduled task.
public class TaskStartNotificationArgs : NotificationArgs
- Inheritance
-
TaskStartNotificationArgs
- Inherited Members
Constructors
TaskStartNotificationArgs(string)
Creates a new instance of the class.
public TaskStartNotificationArgs(string taskName)
Parameters
taskName
stringThe task name.
Properties
TaskName
Gets the task name.
public string TaskName { get; }