VirtualUser FinalSequence Method C# API
Stops execution of the current script and then executes the scripts in the final section of the current workflow.

Namespace: Facilita.Fc.Runtime
Assembly: fc_clr (in fc_clr.dll) Version: 9.5.5.77
Syntax

public void FinalSequence()
Remarks

The execution of the calling script ceases and the execution of all further scripts in the current sequence is curtailed.

Caution note Caution
This method raises a ScriptContextTerminationException and under normal conditions you should not write any code to catch this exception, as this would interfere with the mechanism of the eggPlant Performance engine.

See Also