Variable ResultMessage.hasResult

Whether there's a result value after this message

struct ResultMessage
{
  // ...
  bool hasResult;
  // ...
}