Enum ReturnAction

ReturnAction enumeration

Enum represented a program workflow action in case of invoking the Warning method.

public enum ReturnAction

Values

NameValueDescription
Continue0Used for continue flow.
Abort1Used for abort flow.

See Also