Engine.RemovePendingRebootJob Method
Applies To: Windows 8.1
Removes an abandoned task that restarts job execution upon a system reboot, so that other jobs can be executed.
Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)
Usage
'Usage
Dim instance As Engine
instance.RemovePendingRebootJob
Syntax
'Declaration
Public Sub RemovePendingRebootJob
public void RemovePendingRebootJob ()
public:
void RemovePendingRebootJob ()
public void RemovePendingRebootJob ()
public function RemovePendingRebootJob ()
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows 8.1
See Also
Reference
Engine Class
Engine Members
Microsoft.Assessments.Hosting Namespace