You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If my stopwatch has already started, this code will do the notification if it has already started if (myStopwatch? .IsRunning == true) { actionResult.Title = "Stopwatch"; actionResult.Description = "Stopwatch already running"; }Now I want that similar too with all paused, stopped and resumed.
The text was updated successfully, but these errors were encountered:
If my stopwatch has already started, this code will do the notification if it has already started
if (myStopwatch? .IsRunning == true) { actionResult.Title = "Stopwatch"; actionResult.Description = "Stopwatch already running"; }
Now I want that similar too with all paused, stopped and resumed.The text was updated successfully, but these errors were encountered: