Skip to content

Commit 917924d

Browse files
authored
Update Scheduler.h
1 parent 550e695 commit 917924d

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

src/ProcessScheduler/Scheduler.h

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,13 @@ class Scheduler
6262

6363
/**
6464
* Same as calling destroy(), add(), and enable() at once with less overhead
65-
* NOTE: You are restarting the Process, not resetting the settings that govern the operation of the process (iterations, priority, period, etc...).
66-
* The the initial set iterations, priority, period, etc... (set via constructor arguments) will not be reset to how they were when the
67-
* process was created.
65+
* NOTE: You are restarting the Process, not resetting the settings that govern the operation
66+
* of the process (iterations, priority, period, etc...).
6867
*
69-
* If these have changed and you want to change them back, you will have to call the appropriate setters (ex: proc.setIterations(100);)
68+
* The the initial set iterations, priority, period, etc... (set via constructor arguments)
69+
* will not be reset to how they were when the process was created. If these have changed
70+
* and you want to change them back, you will have to call the appropriate setters
71+
* (ex: proc.setIterations(100);)
7072
*
7173
* @return: True on success
7274
*/

0 commit comments

Comments
 (0)