Flags for the job command.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2017.3.160.836 (2017.3.160.0836)
Syntax
| C# |
|---|
[FlagsAttribute] public enum JobCmdFlags |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration JobCmdFlags |
| Visual C++ |
|---|
[FlagsAttribute] public enum class JobCmdFlags |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No flags. | |
| Delete | 1 | The -d flag deletes the specified job. You cannot delete a job if it has pending or submitted fixes associated with it. | |
| Output | 2 | The -o flag writes the job specification to the standard output. The user's editor is not invoked. | |
| Input | 4 | The -i flag reads a job specification from the standard input. The user's editor is not invoked. | |
| Force | 8 | The -f flag enables you set fields that are read-only by default. The -f flag requires 'admin' access, which is granted using the 'p4 protect' command. |