From 736fd38e08e27e58c24a500c76a61e614372a994 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 5 Aug 2026 14:56:56 -0400 Subject: [PATCH] Clarify model documentation --- docs/models/core/job.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/models/core/job.md b/docs/models/core/job.md index 43ba0d660..e462b5620 100644 --- a/docs/models/core/job.md +++ b/docs/models/core/job.md @@ -30,7 +30,7 @@ The date and time at which the job completed (if complete). ### Execution Time -The amount of time the job spent executing, calculated as the difference between its start and completion times. This is populated only once a started job has completed. +The amount of time the job spent executing, calculated as the difference between its start and completion times. This is populated only once a started job has completed; while a job is still running, NetBox displays the time elapsed since it started instead. ### User