Parameters
- operation: {
completedAt?: unknown;
createdAt: unknown;
errorCode?: BulkOperationErrorCode | null;
id: string;
objectCount: unknown;
partialDataUrl?: string | null;
status: BulkOperationStatus;
type: BulkOperationType;
url?: string | null;
}
The headline, body, sections, and render type to use.
Classifies the outcome of a cancellation request into a renderable payload.
The engine intentionally stays command-agnostic: for an in-progress cancellation it returns just the headline and render type, leaving each command to append its own "check status" hint (which references that command's own
bulk statusinvocation).