Click or drag to resize

SystemOverviewControllerSetActionStatusValue Method

Set a manual status for the an action with the passed action id The status is stored as XML on the SOBSTATUSXML property on the SYSTEM data object

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void SetActionStatusValue(
	DataObject system,
	string actionId,
	SystemActionStatus newStatus
)

Parameters

system
Type: Omada.OE.ModelDataObject
System data object
actionId
Type: SystemString
Action ID
newStatus
Type: Omada.OE.Solution.OIM.AppLogic.SystemOnboardingSystemActionStatus
The status
See Also