RunUnitStartupOptions Enumeration

MicroFocus.COBOL.RuntimeServices
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 nameValueDescription
UsePerformanceCounters1 Reserved for future use.
UseSingleThreadedRuntime2

If UseSingleThreadedRuntime flag is set, a non-threaded runtime is created

UsePerformanceCounters_UseSingleThreadedRuntime3

Sets both the UseSingleThreadedRuntime and UseSingleThreadedRuntime flags

None0 No Options set
All3 Turns all flags on (use with caution)
See Also

Reference