isVoid

abstract val isVoid: Boolean

Indicates whether the command message is a void command. A void command does not expect a return value and is typically used for operations that do not require a response.