TaskProgressPhase
                                TaskProgressPhase                            
                            A task progress can be (but does NOT have to be) divided to more meaningful progress phases.
JSON Example
                                    {
    "id": "string",
    "name": "string",
    "progress_percent": 0
}
            
            
                                    string
                
                
            
        
        
                id            
                            Required
                    The identifier of the task progress phase
            
            
                                    string
                
                
            
        
        
                name            
                            Required
                    The display name of the task progress phase
            
            
                                    integer As int32
                
                                    As int32
                
            
        
        
                progress_percent            
                            Required
                    The percentage of the phase that has completed
