Skip to main content

Module message

Module message 

Source
Expand description

Team message types and command queue management.

Enums§

QueuedCommand
A message in the command queue.

Functions§

command_queue_path
Resolve the command queue path.
enqueue_command
Write a command to the queue file.
read_command_queue
Read all pending commands from the queue file without clearing it.
write_command_queue
Atomically rewrite the command queue with the remaining commands.