Function rePort

  • RePort function that handles the reporting logic based on the provided parameters.

    Parameters

    Returns Promise<void>

    A promise that resolves when the reporting process is complete.

    Throws an error if there is an issue during the reporting process.

    await rePort({
    restart: false,
    parameters: {
    islevel: "2",
    mainScreenPerson: "John Doe",
    // other parameters...
    },
    });