Summary of the "lyrTaskDescription" columns in ListManager

This table stores the possible tasks that can be run on a scheduled basis by a node in the cluster.

 

Primary key: TaskID

 

TaskID

The unique identifier for this task. (int, NOT NULL)

Description

The textual description for this task. (varchar(255), NOT NULL)

RescheduleMinutes

The number of minutes to wait before running this task again. Zero minutes is a one-time task. (int, NOT NULL)

 

 



lyrTaskScheduler lyrSurveyResponseAnswer