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)

AllowUserEdit

Can users change this scheduled task data? (bool)

AllowUserView

Can users view this task information? (bool)

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)

ShortDescription

A short description for this task. (varchar(50), null)

 



lyrTaskScheduler lyrSurveyResponseAnswer