RecommendedActionStateInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents state info of a Recommended Action
public class RecommendedActionStateInfo
type RecommendedActionStateInfo = class
Public Class RecommendedActionStateInfo
- Inheritance
-
RecommendedActionStateInfo
Constructors
RecommendedActionStateInfo() |
Initializes a new instance of the RecommendedActionStateInfo class. |
Properties
ActionInitiatedBy |
Optional. Gets who initiated the execution of this Recommended Action. Possible Value are: User -> When User explicity notified system to apply the recommendation.System -> When auto-execute status of this advisor is set to 'Enabled', in which case the System applies it. |
CurrentValue |
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. |
LastModified |
Optional. Gets the time when state was last modified |