RPScheduledTasks table

<< Click to Display Table of Contents >>

RayPack > 7.3 u6 > User Guide > Reference and Cheat Sheets > Custom RayPack Installer Database Tables 

RPScheduledTasks table

The RPScheduledTasks table contains the columns shown in the following table.

 

Column

Type

Key

Nullable

RPScheduledTasks

Identifier (s72)

Y

N

Component_

Identifier (s72)

N

N

TaskName

Formatted (l255)

N

N

TaskRun

Formatted (l255)

N

N

Arguments

Text (S255)

N

Y

WorkingDirectory

Formatted (L72)

N

Y

RPUser_

Identifier (S72)

N

Y

StartTime

Integer (I4)

N

Y

Schedule

Integer (i2)

N

N

Modifier

Text (S255)

N

Y

Days

Integer (I4)

N

Y

Months

Integer (I4)

N

Y

IdleTime

Integer (I4)

N

Y

StartDate

Integer (I4)

N

Y

EndDate

Integer (I4)

N

Y

Attributes

Integer (I4)

N

Y

Description

Text (S255)

N

Y

 

Columns

RPScheduledTasks

Primary key, name of the scheduled task.

 

Component_

Foreign key, Component used to determine the task install state.

 

TaskName

A value that specifies a name which uniquely identifies the scheduled task.

 

TaskRun

A value that specifies the path and file name of the task to be run at the scheduled time.

 

Arguments

A value that specifies the command line arguments for the program specified with the TaskRun column.

 

WorkingDirectory

An optional value that specifies the working directory for the program specified with the TaskRun column.

 

RPUser_

Foreign key to the RPUser table, defining the user context under which the task runs.

 

StartTime

A value that specifies the start time to run the scheduled task.

 

Schedule

A value that specifies the schedule frequency.

 

Modifier

A value that refines the schedule type to allow for more detailed control over the schedule recurrence.

 

Days

A value that specifies the day of the week to run the task.

 

Months

A value that specifies months of the year.

 

IdleTime

A value that specifies the amount of idle time to wait before running a scheduled ONIDLE task. The valid range is 1 - 999 minutes.

 

StartDate

A value that specifies the first date on which to run the task.

 

EndDate

Specifies the last date that the task is scheduled to run.

 

Attributes

This column contains a flag for the scheduled task.

 

Description

The optional comment about the task.