ExtractionRunTransitionOutcome

Whether a terminal write did the work or found it already done.

Both are success. A caller retrying after a timeout it never saw the answer to gets REPLAYED and can carry on; the distinction is there for metrics and for a coordinator that wants to log the difference.

EXPERIMENTAL. The shape may still change while extraction runs (DICE #67) land.

Entries

Link copied to clipboard

The run was running, and this call ended it.

Link copied to clipboard

The run had already ended under a terminal write with the same fingerprint, and this call changed nothing.

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.