wp-includes/php-ai-client/src/Operations/Enums/OperationStateEnum.php:23Enum for operation states.
class OperationStateEnum extends AbstractEnum{ /** * Operation is starting. */ public const STARTING = 'starting'; /** * Operation is processing. */ public const PROCESSING = 'processing'; /** * Operation succeeded. */ public const SUCCEEDED = 'succeeded'; /** * Operation failed. */ public const FAILED = 'failed'; /** * Operation was canceled. */ public const CANCELED = 'canceled';}Introduced in 0.1.0. Unchanged from 7.0.4 through 7.1.0.
Signature, return type and hooks compared across 2 parsed releases.
src/wp-includes/php-ai-client/src/Operations/Enums/OperationStateEnum.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.