Skip to content

Commit 550e695

Browse files
authored
Update Scheduler.h
1 parent 99c42f0 commit 550e695

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/ProcessScheduler/Scheduler.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ 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.
68+
*
69+
* If these have changed and you want to change them back, you will have to call the appropriate setters (ex: proc.setIterations(100);)
6570
*
6671
* @return: True on success
6772
*/

0 commit comments

Comments
 (0)