Skip to main content

1E 8.1 (on-premises)

OperatingSystem.GetUpdatesPendingReboot

Method

GetUpdatesPendingReboot

Module

OperatingSystem

Library

Core

Action

Get list of installed Windows updates that are awaiting a reboot.

Parameters

(None)

Return values

Title (string): Update title.

Status (string): "OK" or empty

InstallDate (string): If available, the installation time and date.

Example

OperatingSystem.GetUpdatesPendingReboot();

Platforms

  • Windows

Notes