Click or drag to resize

RemoveOmittedFeaturePackageChangeDeletingRAAccountKeyPropertyPostponeExecution Method

Postpone execution until we know that there are no resource assignments to migrate. Either because they have all been migrated with the MigrateResourceAssignment utility or because it's a new installation without anything to migrate

Namespace:  Omada.OE.AppLogic.UpdateActions
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public override bool PostponeExecution(
	UpdateActionArgs updateActionArgs
)

Parameters

updateActionArgs
Type: Omada.OE.AppLogic.ModelUpdateActionArgs

Return Value

Type: Boolean

Implements

ISystemUpdateActionPostponeExecution(UpdateActionArgs)
See Also