public class SettingsBuilder : BaseBuilder
When | Transitions to settings syntax. (Inherited from BaseBuilder) |
AllowingStartIfOnBatteries | Indicates that the task will be started even if the computer is running on battery power. |
AllowingStartOnRemoteAppSession | Indicates that the task will be started even if the task is triggered to run in a Remote Applications Integrated Locally (RAIL) session. |
AsTask(String) | Assigns the name of the task and registers it. (Inherited from BaseBuilder) |
AsTask(String, TaskCreation, String, String, TaskLogonType) | Assigns the name of the task and registers it. (Inherited from BaseBuilder) |
DataIs | Sets the task data to a string. |
DeletingTaskAfter | Sets the amount of time that the Task Scheduler will wait before deleting the task after it expires. |
DisallowingDemandStart | Indicates that the task cannot be started with the Run command or the Context menu. |
DisallowingHardTerminate | Indicates that the task may not be terminated by using TerminateProcess. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
ExecutingAtMost | Sets the amount of time that is allowed to complete the task. |
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) |
InstancesAre | Sets the policy that defines how the Task Scheduler handles multiple instances of the task. |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
NotStoppingIfGoingOnBatteries | Indicates that the task will not be stopped if the computer switches to battery power. |
OnlyIfIdle | Indicates that the Task Scheduler will run the task only if the computer is in an idle condition. |
OnlyIfNetworkAvailable | Indicates that the Task Scheduler will run the task only when a network is available. |
PriorityIs | Sets the priority level of the task. |
RestartingEvery | Sets a value that specifies how long the Task Scheduler will attempt to restart the task. |
StartingWhenAvailable | Indicates that the Task Scheduler can start the task at any time after its scheduled time has passed. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
WakingToRun | Indicates that the Task Scheduler will wake the computer when it is time to run the task. |