Types
CommandConcurrency
Values supported for command concurrency.
enum
CommandConcurrencyValues
EXCLUSIVE
Represents the exclusive option, which runs alone on its target.
NON_EXCLUSIVE
Represents the non exclusive option, which shares its target with other non exclusive runs.
EXCLUDED
Represents the excluded option, which ignores concurrency entirely.