public class ActionBuilder : BaseBuilder
When | Transitions to settings syntax. (Inherited from BaseBuilder) |
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) |
AtLogon | Adds a trigger that executes at logon of all users. |
AtLogonOf | Adds a trigger that executes at logon of a specific user. |
AtTaskRegistration | Adds a trigger that executes at task registration. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Every | Adds a trigger that executes every day or week. |
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) |
InTheMonthOf | Adds a trigger that executes monthly on specific days. |
InWorkingDirectory | Adds a working directory to the ExecAction. |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
OnAll | Adds a trigger that executes monthly on certain days of the week. |
OnBoot | Adds a trigger that executes at system startup. |
Once | Adds a trigger that executes once at a specific time. |
OnIdle | Adds a trigger that executes when system is idle. |
OnStateChange | Adds a trigger that executes once at specified state change. |
ToString | Returns a string that represents the current object. (Inherited from Object) |
WithArguments | Adds arguments to the ExecAction. |