isBackgroundExecutionAllowed property

bool isBackgroundExecutionAllowed
final

When the user closes the SDK during the generation process, the SDK can wait for the generation to complete in the background and provide the data to the host application. If disable this, the SDK will stop tracking the status of the operation and stop all activity on closing. Note that the backend will still complete the operation.

Implementation

final bool isBackgroundExecutionAllowed;