completeStatus method

  1. @override
void completeStatus()
override

Completes the current status message.

The next time you call updateStatus, it will be a new message. The old one is kept in the log history with it's last state.

Implementation

@override
void completeStatus() {
  Console.write('\n');
}