Force the input to stop as clean as possible, at a good boundary. This is usually issued at the user's request of exiting the process. For instance, it might make sense to finish processing the current batch of data or the current file, and then save in stable storage the checkpoint to resume it lat
()
| 70 | // batch of data or the current file, and then save in stable storage |
| 71 | // the checkpoint to resume it later. |
| 72 | Stop() |
| 73 | |
| 74 | // Return stats about the input |
| 75 | Stats() InputStats |
no outgoing calls