Is it possible to use task.MapReduceScriptTaskStatus.getPercentageCompleted() to effectively create a wait function? I want to update project resources in a suitelet using a MR task before updating task assignees using an MR task for each Project Task. The first task would need to finish before starting the rest of the MR tasks.