2027 Method
Changes 0
M

UpdaterRegistry.IsUpdaterEnabled

Description:
Checks if the updater is enabled or not.
Remarks:
Even when an updater is enabled it could still be suspended for misbehaving, in which case it would not be executed regardless of its enable/disable status.
public static bool IsUpdaterEnabled(
	UpdaterId id
)
Return Value Boolean Returns true if the updater is enabled, false otherwise.