willContinue property

bool? willContinue
getter/setter pair

Whether this is the last part of the FunctionCall.

If true, another partial message for the current FunctionCall is expected to follow.

Optional.

Implementation

core.bool? willContinue;