PowerGridData.IsLowUserExperienceImpact Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether Windows predicts that the user will be away from their device, or not doing resource-intensive work. When making a decision about what time to time-shift a workload to, you can use this value to determine when you'll have the least impact on user experience.
public:
property bool IsLowUserExperienceImpact { bool get(); };
bool IsLowUserExperienceImpact();
public bool IsLowUserExperienceImpact { get; }
var boolean = powerGridData.isLowUserExperienceImpact;
Public ReadOnly Property IsLowUserExperienceImpact As Boolean
Property Value
bool
True
if Windows predicts that the user will be away, and you're free to time-shift any workload to this time without impairing user experience. False
is Windows predicts that the user will be using their device, and you should decide whether time-shifting to this time will negatively impact user experience.