Share via


SystemUpdateLastErrorInfo.IsInteractive Property

Definition

Specifies if the last update error occurred during an interactive update.

public:
 property bool IsInteractive { bool get(); };
bool IsInteractive();
public bool IsInteractive { get; }
var boolean = systemUpdateLastErrorInfo.isInteractive;
Public ReadOnly Property IsInteractive As Boolean

Property Value

Boolean

bool

True if the error occurred during an interactive update. False if the update was an automatic update.

Applies to

See also