SdkSandboxClientImportanceEventArgs.IsForeground 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 whether the client is considered to have foreground importance.
public bool IsForeground { get; }
member this.IsForeground : bool
Property Value
true when the client's process importance is foreground or higher priority; otherwise, false.
Remarks
Each notification reports the client's state after it crosses the Foreground threshold.