Share via


AppRecordingStatusDetails.IsAppInactive Property

Definition

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.

Applies to