summaryrefslogtreecommitdiff
path: root/man/olamic-wait.1.md
diff options
context:
space:
mode:
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)