AppRecordingStatusDetails.IsAppInactive 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 specifying if the current app's window is inactive.
public:
property bool IsAppInactive { bool get(); };
bool IsAppInactive();
public bool IsAppInactive { get; }
var boolean = appRecordingStatusDetails.isAppInactive;
Public ReadOnly Property IsAppInactive As Boolean
Property Value
Boolean
bool
True is the current app's window is inactive; otherwise, false.
Remarks
An app can only begin recording when its window is the currently active window.