Click or drag to resize
Task Scheduler Managed Class Library

ActionBuilder Class

Fluent helper class. Not intended for use.
Inheritance Hierarchy

Namespace:  Microsoft.Win32.TaskScheduler.Fluent
Assembly:  Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.10.1
Syntax
public class ActionBuilder : BaseBuilder
Request Example View Source

The ActionBuilder type exposes the following members.

Properties
  NameDescription
Public propertyWhen
Transitions to settings syntax.
(Inherited from BaseBuilder.)
Top
Methods
  NameDescription
Public methodAsTask(String)
Assigns the name of the task and registers it.
(Inherited from BaseBuilder.)
Public methodAsTask(String, TaskCreation, String, String, TaskLogonType)
Assigns the name of the task and registers it.
(Inherited from BaseBuilder.)
Public methodAtLogon
Adds a trigger that executes at logon of all users.
Public methodAtLogonOf
Adds a trigger that executes at logon of a specific user.
Public methodAtTaskRegistration
Adds a trigger that executes at task registration.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEvery
Adds a trigger that executes every day or week.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInTheMonthOf
Adds a trigger that executes monthly on specific days.
Public methodInWorkingDirectory
Adds a working directory to the ExecAction.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnAll
Adds a trigger that executes monthly on certain days of the week.
Public methodOnBoot
Adds a trigger that executes at system startup.
Public methodOnce
Adds a trigger that executes once at a specific time.
Public methodOnIdle
Adds a trigger that executes when system is idle.
Public methodOnStateChange
Adds a trigger that executes once at specified state change.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWithArguments
Adds arguments to the ExecAction.
Top
See Also