Click or drag to resize

P4ClientMergeMergeStatus Enumeration

Status of merge

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
public enum MergeStatus
Members
  Member nameValueDescription
CMS_NONE-1 Not determined
CMS_QUIT0 User wants to quit
CMS_SKIP1 Skip the integration record
CMS_MERGED2 Accepted merged theirs and yours
CMS_EDIT3 Accepted edited merge
CMS_THEIRS4 Accepted theirs
CMS_YOURS5 Accepted yours
See Also