Skip to main content

Module job

Module job 

Source
Expand description

Per-server job registry: allocates job-ids, tracks state for Get-Jobs / Get-Job-Attributes / Cancel-Job.

Structs§

JobRecord
One job in the per-server registry.
JobRegistry
Shared job registry. Cheap to clone.

Enums§

JobState
IPP job-state enum (RFC 8011 §5.3.7).

Type Aliases§

JobId
Monotonic job-id allocated by JobRegistry::create.