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
Current status of the command invocation.
Link copied to clipboard
Returns the BaseInvokeResult.invokeStatus as a type-safe InvokeStatus enum.