OperationState
Tracks the progress state of the Mass Operation
            
                
Canceled = 6
An Operation that has been canceled by the user.
            
Cancelling = 7
An Operation that has been signaled to be canceled by the user.
            
Completed = 2
A Operation that has completed with no errors
            
A completed Mass Operation that didn't complete everything it intended.
            
HandledException = 3
An Operation that has stoped due to an error that was caught.
            The error is one that was understood by the process.
            
Idle = 0
Default state of an un-executed Operation
            
NotStarted = 9
An operation that has been queued but not yet started.
            
Paused = 11
An operation that has been paused
            
Pausing = 10
An operation that has received a request to pause but has not yet been paused
            
Running = 1
State of an Operation that is executing
            
RunningWarning = 5
An Operation that has encountered a problem.
            Typically security related issue with one or more actions.
            
An Operation that has stopped due to an error that was caught.
            The error was not understood by the process.