Event fired when AppUpdate is checking for an update.
| Name | Type | Default | Description |
| type | string | undefined | The name of the event.Value will be checking. |
object
sap.AppUpdate.addEventListener('checking', function(e) {
console.log("Checking for update");
});