Enum Control
- Namespace
- Concord
- Assembly
- Concord.Emit.dll
Flow decision returned from a head injection method: continue into the original target body or cancel it.
public enum Control
Fields
Cancel = 1Skip the original target body, like Cancel().
Continue = 0Run the original target body.