An enumeration that allows the creator of the rununit specify extra options.
| Restriction: |
|---|
| MicroFocus.COBOL.RuntimeServices are supported for .NET managed code only. |
Namespace: MicroFocus.COBOL.RuntimeServices
Assembly: MicroFocus.COBOL.RuntimeServices (in MicroFocus.COBOL.RuntimeServices.dll) Version: 1.2.3.4
Syntax
[FlagsAttribute] [EditorBrowsableAttribute(EditorBrowsableState.Never)] public enum RunUnitStartupOptions
Members
| Member name | Value | Description | |
|---|---|---|---|
| UsePerformanceCounters | 1 | Reserved for future use. | |
| UseSingleThreadedRuntime | 2 | If UseSingleThreadedRuntime flag is set, a non-threaded runtime is created | |
| UsePerformanceCounters_UseSingleThreadedRuntime | 3 | Sets both the UseSingleThreadedRuntime and UseSingleThreadedRuntime flags | |
| None | 0 | No Options set | |
| All | 3 | Turns all flags on (use with caution) |
See Also