Click or drag to resize

TerminationRuleEffect Enumeration

Defines the effect that reacing a given termination criterion will have.

Namespace: CompreDriveSDK.Plugins.Analyzers.Definitions
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public enum TerminationRuleEffect
Members
Member nameValueDescription
EndPartialStep0 End just the current partial step, e.g. CC or CV.
EndOverallStep1 End the complete CC+CV step.
Error2 End the complete step and cause an error.
See Also