Task Wait#

Usage#

hyper-shell task wait [-h]

ID [-n SEC] [--info [--json] | --status]

Description#

Wait for task to complete.

Poll the database periodically for the completion status of the task. Block until completed.

Optionally, print task metadata after completion.


Arguments#

ID

Unique task UUID.

Options#

-n, --interval SEC

Time in seconds to wait between polling (default: 5).

--info

Print task info after completion.

See task info command.

--json

Format metadata output as JSON.

--status

Print task exit status only.