toXML method

String toXML()

Implementation

String toXML() {
  return '''<status desc="$desc" init="$init" ready="$ready"/>''';
}