Table Type: System Configuration
This table contains the background tasks that will be run when CX Vizz starts up.
You can also add rows whilst CX Vizz is running, however, deleting a record from this table will not stop a background task until CX Vizz is restarted.
You may also disable a background task by setting is_disabled to true. It is good practice to also set the disabled_reason field so that
other people can easily see why the background task has been disabled.
Columns
| Column | Type | Modifiers | Notes |
|---|---|---|---|
| key | guid | Primary Key, Required | |
| command | string | The background task to run. | |
| description | string | ||
| is_disabled | boolean | If true, the background task will not run. If false or NULL, the background task will run. | |
| disabled_reason | string | For documenting why the background task has been disabled. |
