Click or drag to resize

JobsCmdFlags Enumeration

Flags for the jobs command.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
[FlagsAttribute]
public enum JobsCmdFlags
Members
  Member nameValueDescription
None0 No flags.
IncludeIntegratedFixes1 The -i flag includes any fixes made by changelists integrated into the specified files.
LongDescriptions2 The -l flag produces long output with the full text of the job descriptions.
ReverseSort4 The -r flag sorts the jobs in reverse order (by job name).
RebuildJobsTable8 The -R flag rebuilds the jobs table and reindexes each job, which is necessary after upgrading to 98.2. 'p4 jobs -R' requires that that the user be an operator or have 'super' access granted by 'p4 protect'.
See Also