Click or drag to resize

FixJobsCmdFlags Enumeration

Flags for the fix command.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
[FlagsAttribute]
public enum FixJobsCmdFlags
Members
  Member nameValueDescription
None0 No flags.
Delete1 The -d flag deletes the specified fixes. This operation does not otherwise affect the specified changelist or jobs.
See Also