Hi,
I’m trying to set the task completion using Aspose.Tasks for Java 22.9.
The following code works (sets the completion to 20%):
int p = 20;
task.set(Tsk.PERCENT_COMPLETE, p);
The following doesn’t (completion rema…...Product Family piomal March 28, 2023, 1:23pm #1 Hi, I’m trying to...Regards vasiliy.sinitsyn March 28, 2023, 6:38pm #2 @piomal , as you...