I added a button to a table that forms a task when the button is clicked.The task is an async call to a REST API using Javascript's fetch. I'd like to be able to display the state of the operation, including when its completed.The code:// make the R...