summaryrefslogtreecommitdiff
path: root/man/olamic-wait.1.md
diff options
context:
space:
mode:
authorJulian Blake Kongslie2020-11-25 10:45:14 -0800
committerJulian Blake Kongslie2020-11-25 10:51:38 -0800
commited1db863129a5fb17dcd02c47b8744458fa046e1 (patch)
tree41a28e6297ee82302ac7df56e0ad076ca10ddcc0 /man/olamic-wait.1.md
parentChange the example githook to remove a level of indirection. (diff)
downloadolamic-ed1db863129a5fb17dcd02c47b8744458fa046e1.tar.xz
Add olamic-wait tool for blocking until a task is complete.
Diffstat (limited to '')
-rw-r--r--man/olamic-wait.1.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/man/olamic-wait.1.md b/man/olamic-wait.1.md
new file mode 100644
index 0000000..6e9e769
--- /dev/null
+++ b/man/olamic-wait.1.md
@@ -0,0 +1,23 @@
1% OLAMIC-WAIT(1)
2% Julian B Kongslie
3% November 2020
4
5# NAME
6
7olamic-wait - await completion of olamic task(s)
8
9# SYNOPSIS
10
11**olamic-wait** **/path/to/queue** **UUID** [**UUID** ...]
12
13# DESCRIPTION
14
15**olamic-wait** waits for the completion of the specified olamic tasks. You may
16pass any number of UUIDs to it, and it will block until all those tasks have
17been removed from the queue.
18
19While it is running, various status messages are written to stdout.
20
21# SEE ALSO
22
23olamic-enqueue(1)