Task Scheduler Managed Class Library
Task Scheduler Managed Class Library
Task Scheduler Managed Class Library Overview
Microsoft.Win32.TaskScheduler.Fluent
ActionBuilder Class
ActionBuilder Methods
AtLogon Method
AtLogonOf Method
AtTaskRegistration Method
Every Method
InTheMonthOf Method
InWorkingDirectory Method
OnAll Method
OnBoot Method
Once Method
OnIdle Method
OnStateChange Method
WithArguments Method
Action
Builder
In
Working
Directory Method
Adds a working directory to the
ExecAction
.
Namespace:
Microsoft.Win32.TaskScheduler.Fluent
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.12.0
Syntax
C#
Copy
public
ActionBuilder
InWorkingDirectory
(
string
dir
)
Request Example
View Source
Parameters
dir
String
The directory.
Return Value
ActionBuilder
ActionBuilder
instance.
See Also
Reference
ActionBuilder Class
Microsoft.Win32.TaskScheduler.Fluent Namespace
© 2024 GitHub Community. All rights reserved.