RePort function that handles the reporting logic based on the provided parameters.
The options for the rePort function.
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... },}); Copy
await rePort({ restart: false, parameters: { islevel: "2", mainScreenPerson: "John Doe", // other parameters... },});
RePort function that handles the reporting logic based on the provided parameters.