ActionBuilder Class

Fluent helper class. Not intended for use.

Definition

Namespace: Microsoft.Win32.TaskScheduler.Fluent
Assembly: Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.0
public class ActionBuilder : BaseBuilder
Inheritance
Object    BaseBuilder    ActionBuilder

Properties

WhenTransitions to settings syntax.
(Inherited from BaseBuilder)

Methods

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)
AtLogonAdds a trigger that executes at logon of all users.
AtLogonOfAdds a trigger that executes at logon of a specific user.
AtTaskRegistrationAdds a trigger that executes at task registration.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
EveryAdds a trigger that executes every day or week.
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
InTheMonthOfAdds a trigger that executes monthly on specific days.
InWorkingDirectoryAdds a working directory to the ExecAction.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnAllAdds a trigger that executes monthly on certain days of the week.
OnBootAdds a trigger that executes at system startup.
OnceAdds a trigger that executes once at a specific time.
OnIdleAdds a trigger that executes when system is idle.
OnStateChangeAdds a trigger that executes once at specified state change.
ToStringReturns a string that represents the current object.
(Inherited from Object)
WithArgumentsAdds arguments to the ExecAction.

See Also