public bool Cancel { get; set; }
If set to true it will cancel the process.
If State is WillProcess and Cancel is to true then processing skips to next field type.
If State is not WillProcess and we set Cancel to true then the process will be canceled. Any remaining fields will not processed.