This view lists the background jobs that are scheduled to run in the star$administration database.
The view contains the following columns:
| Name | Description |
| name | Name of the job |
| description | Description of the job |
| command | Command executed by the job |
| period | Period of job execution |
| enabled | Indicates if job is currently enabled |
| scheduled | When the job is scheduled to execute next |
| failed | Indicates if the last execution failed |
| executed | When the job last executed |
| duration | How long the last execution took |
| error | Any error message generated by the last execution |
Comments
Article is closed for comments.