Data for a status conversion job.
StatusJobData is used with StatusJobDataRunner to:
Convert a document in the cache and upload it automatically
Perform the operation in a separate process (if the cache allows multiple processes to access the same value)
Use the cache to save and obtain the status of the conversion
StatusJobData can be initialized using only simple string parameters, therefore, the application can run the job from one process and perform the status query described above in the thread in a completely separate process.
Refer to Status Document Job Converter
For an example, refer to StatusJobDataRunner.