| ISystemUpdateActionPostponeExecution Method |
This method can be used to decide if the update action should be executed.
E.g. check for the existence of a specific featurepackage change which the update action relies on.
Namespace:
Omada.OE.AppLogic.Model
Assembly:
Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntaxbool PostponeExecution(
UpdateActionArgs updateActionArgs
)
Parameters
- updateActionArgs
- Type: Omada.OE.AppLogic.ModelUpdateActionArgs
Return Value
Type:
BooleanReturn true if the conditions for executing the update action hasn't been fulfilled
See Also