Task Scheduler Managed Class Library
C#
Show/Hide TOC
Running
Task
Refresh Method
Refreshes all of the local instance variables of the task.
Definition
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskScheduler (in Microsoft.Win32.TaskScheduler.dll) Version: 2.11.1
C#
Copy
View Source
Request Example
public
void
Refresh
()
Exceptions
InvalidOperationException
Thrown if task is no longer running.
See Also
Reference
RunningTask Class
Microsoft.Win32.TaskScheduler Namespace
In This Article
Definition
Exceptions
See Also