Click or drag to resize

GetTriggerTableCmdFlags Enumeration

Flags for the triggers command.

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.258.5793
Syntax
[FlagsAttribute]
public enum GetTriggerTableCmdFlags
Members
  Member nameValueDescription
None0 No flags.
Output1 The -o flag writes the trigger table to the standard output. The user's editor is not invoked.
Input2 The -i flag writes the trigger table from the standard input. The user's editor is not invoked.
See Also