scheduled_task Table (376)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
A scheduled entry executing a script at certain times
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| id | Primary key | PK | |
| script_id | The id of the script to execute. | FK ejscript | ● |
| schedule_id | Update schedule | FK schedule | ● |
| description | Optional description of what this task is used for. | String(2047) | ● |

Indexes
| Fields | Types | Description |
|---|---|---|
| id | PK | Clustered, Unique |
| script_id | FK | Index |
| schedule_id | FK | Index |
Relationships
| Table | Description |
|---|---|
| ejscript | ejscript |
| schedule | Generic scheduled tasked handling time scheduling, locking and error messages |
Replication Flags
- None
Security Flags
- No access control via user's Role.