Process |
| Member name | Value | Description |
|---|---|---|
| Error | 0 | Cause the GEDSOM engine to throw an UnknownTagException exception. |
| SkipTag | 1 | Skip the current tag and continue parsing the GEDCOM transmission file in the same context. |
| ExitContext | 2 | Exit the current parsing context and continue parsing in the parent context. |
| ReplaceContext | 3 | Replace the current parsing context with another one. If the context being replaced is part of a GEDCOM collection, then it will be replaced in that collection by the replacing context. |
| Continue | 4 | Continue processing. |