sendCurrentStatus abstract method

void sendCurrentStatus(
  1. double percentage,
  2. String msg
)

this method is called by the API to send the current status to the Frontend. the current status equals two parameters: the percentage of process, the message as String.

Implementation

void sendCurrentStatus(double percentage, String msg);