- Added import for `EnvelopeGenerator.Domain.Constants` in `Scheduler_Envelopetask_API.vb` and `Scheduler_FinishEnvelope.vb` to access necessary constants. - Updated the key for `_pdfBurnerParams` in `Scheduler_FinishEnvelope.vb` from `Domain.Constants.PDF_BURNER_PARAMS` to `Value.PDF_BURNER_PARAMS` for better organization.
BASE MODULE =========== This module is intended for often used constants and datastructures. Therefor it is important that this module does not have any dependencies on other modules!!