Closed Mattjet27 closed 1 week ago
Changes the summary documentation in the DAQmx TaskControl.Stop extension method to read: "Stops the task.", instead of "Starts the task."
TaskControl.Stop
The current summary documentation of "Starts the task" is clearly incorrect, since this is the Stop method. It should be updated "Stops the task".
Only touches documentation, no testing done.
What does this Pull Request accomplish?
Changes the summary documentation in the DAQmx
TaskControl.Stop
extension method to read: "Stops the task.", instead of "Starts the task."Why should this Pull Request be merged?
The current summary documentation of "Starts the task" is clearly incorrect, since this is the Stop method. It should be updated "Stops the task".
What testing has been done?
Only touches documentation, no testing done.