Aracılığıyla paylaş


RecommendedActionStateInfo.CurrentValue Property

Definition

Optional. Current state the Recommended Action is in. Some significant states common to all advisors are: Active -> Recommendation is active and no action has been taken yet. Pending -> Recommendation is approved for and is awaiting execution. Executing -> Recommendation is being applied on the user database. Verifying -> Recommendation was applied and is being verified of its usefulness by the system. Success -> Recommendation was applied and improvement found during verification. Pending Reverting -> Verification found little to no improvement so Recommendation is queued for revert or User has manually revertedReverting -> Changes made while applying recommendation are being reverted on the user database. Reverted -> Succesfully reverted the changes made by recommendation on user database. Ignored -> User explicitly ignored/discarded the recommendation.

public string CurrentValue { get; set; }
member this.CurrentValue : string with get, set
Public Property CurrentValue As String

Property Value

Applies to