-
Notifications
You must be signed in to change notification settings - Fork 35
T_CodeJam_PerfTests_Running_Core_ConcurrentRunBehavior
andrewvk edited this page Nov 8, 2016
·
2 revisions
Behavior for concurrent competition runs.
Namespace: CodeJam.PerfTests.Running.Core
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public enum ConcurrentRunBehavior
VB
Public Enumeration ConcurrentRunBehavior
F#
type ConcurrentRunBehavior
Member name | Value | Description | |
---|---|---|---|
Lock | 0 | Use global (cross-process) lock to prevent concurrent runs. | |
Skip | 1 | Competition will be skipped. | |
Default | 0 | Same as Lock: use global (cross-process) lock to prevent concurrent runs. |