aboutsummaryrefslogtreecommitdiff
path: root/acid.adoc
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2024-12-26 15:26:33 +0100
committerPřemysl Eric Janouch <p@janouch.name>2024-12-26 16:17:45 +0100
commitd5981249b1e8fc85661d7427cfa96ab0c10eef8c (patch)
treea51f97ee03400774d3b2aaaaa300c57496b3fef0 /acid.adoc
parent4a7fc55c92f02927005baa58fd7bdfab539ac3bb (diff)
downloadacid-d5981249b1e8fc85661d7427cfa96ab0c10eef8c.tar.gz
acid-d5981249b1e8fc85661d7427cfa96ab0c10eef8c.tar.xz
acid-d5981249b1e8fc85661d7427cfa96ab0c10eef8c.zip
Add time information
Diffstat (limited to 'acid.adoc')
-rw-r--r--acid.adoc11
1 files changed, 11 insertions, 0 deletions
diff --git a/acid.adoc b/acid.adoc
index 10c3c57..b60cc80 100644
--- a/acid.adoc
+++ b/acid.adoc
@@ -67,6 +67,17 @@ which has the following fields:
*RunnerName*::
Descriptive name of the runner.
+// Intentionally not documenting CreatedUnix, ChangedUnix, DurationSeconds,
+// which can be derived from the objects.
+*Created*, *Changed*::
+ `*time.Time` of task creation and last task state change respectively,
+ or nil if not known.
+*CreatedAgo*, *ChangedAgo*::
+ Abbreviated human-friendly relative elapsed time duration
+ since *Created* and *Changed* respectively.
+*Duration*::
+ `*time.Duration` of the last run in seconds, or nil if not known.
+
*URL*::
*acid* link to the task, where its log output can be seen.
*RepoURL*::