completed property

bool completed
final

Whether a marker (full or ping) terminated in this chunk — i.e. the remote command finished and the shell is back at its prompt. A ping sets this without populating cwd/branch/… so the client can repaint the prompt in the right place (after the command's output) while keeping its cached state.

Implementation

final bool completed;