You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by s-lazukov September 30, 2021
In the Task Scheduler I can set the "Wait for idle for:" parameter to "Do not wait". How can I set this value in code?
If I set IdleSettings.WaitTimeout to TimeSpan.Zero, then the value is not written to the task parameters and the TaskScheduler uses the default value (1 hour)
The text was updated successfully, but these errors were encountered:
Discussed in #903
Originally posted by s-lazukov September 30, 2021
In the Task Scheduler I can set the "Wait for idle for:" parameter to "Do not wait". How can I set this value in code?
If I set IdleSettings.WaitTimeout to TimeSpan.Zero, then the value is not written to the task parameters and the TaskScheduler uses the default value (1 hour)
The text was updated successfully, but these errors were encountered: