Flags for the jobs command.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)
Syntax
| C# |
|---|
[FlagsAttribute] public enum JobsCmdFlags |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration JobsCmdFlags |
| Visual C++ |
|---|
[FlagsAttribute] public enum class JobsCmdFlags |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No flags. | |
| IncludeIntegratedFixes | 1 | The -i flag includes any fixes made by changelists integrated into the specified files. | |
| LongDescriptions | 2 | The -l flag produces long output with the full text of the job descriptions. | |
| ReverseSort | 4 | The -r flag sorts the jobs in reverse order (by job name). | |
| RebuildJobsTable | 8 | 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'. |