Rename JobResult to Job and move to core

This commit is contained in:
jeremystretch
2023-03-27 11:43:12 -04:00
committed by Jeremy Stretch
parent 703eb12039
commit 6a8ffd9fac
41 changed files with 650 additions and 361 deletions

View File

@@ -1,6 +1,6 @@
# Job Results
# Jobs
The JobResult model is used to schedule and record the execution of [background tasks](../../features/background-jobs.md).
The Job model is used to schedule and record the execution of [background tasks](../../features/background-jobs.md).
## Fields