Closed airchik closed 1 year ago
Hi @airchik, JobType
is a private API and is therefore subject to change without a deprecation period. As this is not a bug, I'll close this issue.
Can you give us some more details about why JobType.PROGRAM
is helpful for your use case?
It seems CesiumJS has not use JobType.PROGRAM in JobScheduler since using new Model architecture, I just set a debugger such as "jobType === JobType.PROGRAM" in JobScheduler.prototype.execute method, then run some sandcatlse examples;
I want to know the reason why not support JobType.PROGRAM ?