BaseInvokeResult

Base interface for all command invocation results.

All command invocation results share common properties:

  • vin: Vehicle Identification Number

  • invokeStatus: Current status of the command (e.g., "RUNNING", "COMPLETED", "FAILED")

  • message: Optional message providing additional details

See also

for standard command results

for unlock-specific results with additional fields

Inheritors

Properties

Link copied to clipboard
abstract val invokeStatus: String?

Current status of the command invocation.

Link copied to clipboard
abstract val message: String?

Optional message providing additional details about the command execution.

Link copied to clipboard
Link copied to clipboard
abstract val vin: String?

Vehicle Identification Number.