UserChangeOperationState Enum

Definition

Represents the current state of an change operation that has been requested for a user.

public enum UserChangeOperationState
type UserChangeOperationState = 
Public Enum UserChangeOperationState
Inheritance
UserChangeOperationState

Fields

Completed 1
Error 2
Pending 0
Timeout 3

Remarks

******************************************************************************************* DO NOT change any existing values, we are using string representations of these in tables where operation tracking is done, so need to be able to correctly parse values that were logged at any point. Adding new values is okay since it will not break Enum.Parse of the old values. *******************************************************************************************

Applies to