Skip to main content
Version: 1.10.2

Variable: ExecutionState

const ExecutionState: { Failed: 3; InProgress: 1; Success: 2; }

Defined in: types.ts:246

Enumeration of possible execution states for a CCIP message.

Type Declaration

Failed

readonly Failed: 3 = 3

Execution failed.

InProgress

readonly InProgress: 1 = 1

Execution is in progress.

Success

readonly Success: 2 = 2

Execution completed successfully.