IntentStatus
SIP Protocol API Reference v0.7.0
SIP Protocol API Reference / IntentStatus
Enumeration: IntentStatus
Section titled “Enumeration: IntentStatus”Defined in: @sip-protocol/types/dist/index.d.ts:267
Intent status
Enumeration Members
Section titled “Enumeration Members”PENDING
Section titled “PENDING”PENDING:
"pending"
Defined in: @sip-protocol/types/dist/index.d.ts:269
Intent created, awaiting quotes
QUOTED
Section titled “QUOTED”QUOTED:
"quoted"
Defined in: @sip-protocol/types/dist/index.d.ts:271
Quotes received, awaiting user selection
EXECUTING
Section titled “EXECUTING”EXECUTING:
"executing"
Defined in: @sip-protocol/types/dist/index.d.ts:273
User accepted a quote, execution in progress
FULFILLED
Section titled “FULFILLED”FULFILLED:
"fulfilled"
Defined in: @sip-protocol/types/dist/index.d.ts:275
Intent successfully fulfilled
EXPIRED
Section titled “EXPIRED”EXPIRED:
"expired"
Defined in: @sip-protocol/types/dist/index.d.ts:277
Intent expired without fulfillment
CANCELLED
Section titled “CANCELLED”CANCELLED:
"cancelled"
Defined in: @sip-protocol/types/dist/index.d.ts:279
Intent cancelled by user
FAILED
Section titled “FAILED”FAILED:
"failed"
Defined in: @sip-protocol/types/dist/index.d.ts:281
Intent failed during execution