buildSessionReadyMessage function

String buildSessionReadyMessage(
  1. String url
)

Build the message shown when session is ready.

Implementation

String buildSessionReadyMessage(String url) {
  return '$diamondOpen ultraplan . Monitor progress in Neomage on the '
      'web $url\n'
      'You can continue working -- when the $diamondOpen fills, '
      'press down to view results';
}