namespace · command.work
Work commands
Typed normal requests for Work assignment, cancellation, and priority.
namespace command.work
- Stable ID
command.work- Owner
- game.work-lifecycle
- Authority
- request
- Timing
- fixed_tick
- Availability
- runtime API 1
- Side effects
- none
- Determinism
- Stable namespace identity and normalized symbol order.
- Introduced
- 1.5.0
Usage
Use this namespace for bounded player assignment, cancellation, and durable job-priority requests. Work remains authoritative for every result.
Parameters
- None
Returns
The registered Work command contracts.
Cost
Constant-time namespace lookup.
Fields
This symbol has no fields.
Errors
- None
Examples
-- Submit through command.work.assign, command.work.cancel, or command.work.set-priority.
API history
- 1.5.0: Player Work direction namespace added for Phase 16D.