From ed1db863129a5fb17dcd02c47b8744458fa046e1 Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Wed, 25 Nov 2020 10:45:14 -0800 Subject: Add olamic-wait tool for blocking until a task is complete. --- man/olamic-wait.1.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 man/olamic-wait.1.md (limited to 'man/olamic-wait.1.md') 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 @@ +% OLAMIC-WAIT(1) +% Julian B Kongslie +% November 2020 + +# NAME + +olamic-wait - await completion of olamic task(s) + +# SYNOPSIS + +**olamic-wait** **/path/to/queue** **UUID** [**UUID** ...] + +# DESCRIPTION + +**olamic-wait** waits for the completion of the specified olamic tasks. You may +pass any number of UUIDs to it, and it will block until all those tasks have +been removed from the queue. + +While it is running, various status messages are written to stdout. + +# SEE ALSO + +olamic-enqueue(1) -- cgit v1.2.3