public sealed class IdleSettings : IDisposable,
INotifyPropertyChanged
IdleDuration | Gets or sets a value that indicates the amount of time that the computer must be in an idle state before the task is run. |
RestartOnIdle | Gets or sets a Boolean value that indicates whether the task is restarted when the computer cycles into an idle condition more than once. |
StopOnIdleEnd | Gets or sets a Boolean value that indicates that the Task Scheduler will terminate the task if the idle condition ends before the task is completed. |
WaitTimeout | Gets or sets a value that indicates the amount of time that the Task Scheduler will wait for an idle condition to occur. If no value is specified for this property, then the Task Scheduler service will wait indefinitely for an idle condition to occur. |
Dispose | Releases all resources used by this class. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a String that represents this instance. (Overrides ObjectToString) |
PropertyChanged | Occurs when a property value changes. |