Click or drag to resize

SystemOverviewControllerGetActionStatusValue Method

Returns the manuel set status for the action with the passed actionId

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 SystemActionStatus GetActionStatusValue(
	DataObject system,
	string actionId
)

Parameters

system
Type: Omada.OE.ModelDataObject
System data object
actionId
Type: SystemString
Action ID

Return Value

Type: SystemActionStatus
See Also