Changeset 1154
- Timestamp:
- 7/3/2009 7:03:40 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/eraser6/Eraser.Manager/DirectExecutor.cs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser6/Eraser.Manager/DirectExecutor.cs
r1145 r1154 104 104 lock (tasksLock) 105 105 { 106 foreach (Task task in tasks.Values)106 foreach (Task task in Tasks) 107 107 if (task.Schedule == Schedule.RunOnRestart) 108 108 QueueTask(task); … … 1049 1049 1050 1050 /// <summary> 1051 /// The list of tasks. Includes all immediate, reboot, and recurring tasks1052 /// </summary>1053 private Dictionary<uint, Task> tasks = new Dictionary<uint, Task>();1054 1055 /// <summary>1056 1051 /// The queue of tasks. This queue is executed when the first element's 1057 1052 /// timestamp (the key) has been past. This list assumes that all tasks
Note: See TracChangeset
for help on using the changeset viewer.
