CollectorOutcome

What the collector did to a single proposition during a collection run.

Distinct from a projection lifecycle: a collector marks, transitions, or (only when explicitly opted in) hard-deletes propositions, and may skip those that are exempt (e.g. pinned). The outcome is recorded on a CollectorRecord alongside the typed reason so a reviewer can trace why each proposition was acted upon.

Entries

Link copied to clipboard

The proposition was marked for collection but not yet swept.

Link copied to clipboard

The proposition's status was transitioned (the non-destructive default sweep).

Link copied to clipboard

The proposition was permanently removed (explicit opt-in only; never the default).

Link copied to clipboard

The proposition was intentionally not acted upon (e.g. exempt or not eligible).

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.