Hi
I have a code here:
public static StringBuilder sb;
private static bool isRecording = false;
private static bool isWritingDocument = false;
I would like to know what is the role of IsRecording here? I know it's a variable. I would like to understand the meaning here
Thanks