Changeset 1790
- Timestamp:
- 2/10/2010 2:49:25 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/CodeReview/Eraser.Manager/DirectExecutor.cs
r1779 r1790 252 252 if (task != null) 253 253 { 254 //Set the currently executing task.255 currentTask = task;256 257 //Prevent the system from sleeping.258 Power.ExecutionState = ExecutionState.Continuous | ExecutionState.SystemRequired;259 260 254 //Start a new log session to separate this session's events 261 255 //from previous ones. … … 279 273 private void ExecuteTask(Task task) 280 274 { 275 //Set the currently executing task. 276 currentTask = task; 277 278 //Prevent the system from sleeping. 279 Power.ExecutionState = ExecutionState.Continuous | ExecutionState.SystemRequired; 280 281 281 try 282 282 {
Note: See TracChangeset
for help on using the changeset viewer.
