---
title: "CheckForUpdate (Opus Funktion)"
---
### Beschreibung

Diese Funktion startet die automatische Update Funktion.

### Argumente

| Name | Typ | Beschreibung |
| --- | --- | --- |
| Delay | [integer](../../standard-datentypen/integer.md) | (optional) 0 = Das Update soll sofort geprüft werden 1 = Das Update soll sofort geprüft werden |
| ForceUpdate | [integer](../../standard-datentypen/integer.md) | (optional) 0 = Der Benutzer wird gefragt, ob das Update gemacht werden soll. 1 = Ein allfälliges Update wird immer ausgeführt. |

### Rückgabewert

keiner.

### Beispiel

```
CheckForUpdate(0,1);
```

### Siehe auch

---
