SystemUpdateLastErrorInfo.IsInteractive 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.
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.