Click or drag to resize

SurveyObjectEventType Enumeration

Namespace:  Omada.OE.Solution.OIM.AppLogic.SurveyFeature.PostActions
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public enum SurveyObjectEventType
Members
  Member nameValueDescription
ObjectRouted0 A survey object has been routed from one workflow step to another. Routing events also occurs when a survey is being initialized and survey objects are "routed" to the initial step. Likewise routing events occurs when a survey object has been processed in its final step. These type of events are only sent to action handlers that are configured with RunAfterEveryStep=true.
FinalStateReached1 A survey object has been completed in its final workflow step and is thus in its final state. These type of events are only sent to action handlers that are configured with RunAfterEveryStep=false.
SurveyCloses2 Survey has been (prematurely) closed.
See Also