VaultApplicationBaseEvaluateStatePostConditions Method

Invokes all the state post-condition evaluation handlers.

Definition

Namespace: MFiles.VAF
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public virtual ScriptResult EvaluateStatePostConditions(
	ScriptEnvironment environment
)

Parameters

environment  ScriptEnvironment
The environment that the assembly should process.

Return Value

ScriptResult
The result object that contains the condition evaluation result and possible error message for the user.

See Also