JobExecutionInfo.Restarting Property

Applies To: Windows 8.1

A Boolean value that indicates whether the job has not completed yet because an assessment or workload is rebooting the system.

Namespace: Microsoft.Assessments.Hosting
Assembly: Microsoft.Assessments.Core (in Microsoft.Assessments.Core.dll)

Usage

'Usage
Dim instance As JobExecutionInfo
Dim value As Boolean

value = instance.Restarting

instance.Restarting = value

Syntax

'Declaration
Public Property Restarting As Boolean
public bool Restarting { get; set; }
public:
property bool Restarting {
    bool get ();
    void set (bool __set_formal);
}
/** @property */
public boolean get_Restarting ()

/** @property */
public void set_Restarting (boolean __set_formal)
public function get Restarting () : boolean

public function set Restarting (__set_formal : boolean)

Property Value

Returns Boolean.

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

JobExecutionInfo Class
JobExecutionInfo Members
Microsoft.Assessments.Hosting Namespace