Show TOC

SetSilentAPILocate this document in the navigation structure

This API enables you to set the status of the silent mode.
Parameter Description
SetSilentMode
  • If you choose True, the silent mode is activated, which means that the subsequent API will be executed without requiring any action from the user (no dialog box will pop up).
  • If you choose False, the silent mode is not activated.

Example

Using the GetSilentAPI and SetSilentAPI, you can define several APIs to be executed in the following order:
  • The GetSilentAPI gives you the silent mode status: if the status retrieved is False and you want to execute the subsequent API in silent mode, use the SetSilentAPI.

  • The SetSilentAPI enables you to set the silent mode to True.

  • Any API is then executed in silent mode.