Namespace: command.work

All documented symbols in the command.work namespace.

namespace · command.work

Work commands

namespace command.work

Typed normal requests for Work assignment, cancellation, and priority.

command · command.work

Assign work

command.work.assign(actor_id, expected_actor_revision, job_id, expected_job_revision, work_task_id, expected_task_revision, target_site_id, expected_topology_revision) -> command.receipt

Assigns one current visible Work job to one Actor through the retained order path.

command · command.work

Cancel work assignment

command.work.cancel(order_id, expected_order_revision) -> command.receipt

Cancels one current player assignment through Work.

command · command.work

Set work priority

command.work.set-priority(job_id, expected_job_revision, priority_basis_points) -> command.receipt

Sets one durable player-priority contribution on a current Work job.