isVoid

abstract val isVoid: Boolean

Indicates whether this command is a void command that doesn't expect a response.

Void commands are typically used for fire-and-forget operations where the caller doesn't need to wait for or process the command result.

Return

true if this is a void command, false if a result is expected