ScheduleTaskConditions Enumeration
Task conditions for running a schedule.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
| Member name | Description | |
|---|---|---|
| AboveCriticalBattery | Battery must be above critical. | |
| AboveLowBattery | Battery must be above low. | |
| NetworkConnected | Must have network connectivity. | |
| None | No conditions. Can always run. | |
| OnACPower | Must be on AC power. | |
| UserIdle | User must be idle. |
Show: