UsageWriterOperationInProgress Property

Indicates what operation is currently in progress.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
C#
protected UsageWriterOperation OperationInProgress { get; }

Property Value

UsageWriterOperation
One of the values of the UsageWriterOperation enumeration.

Remarks

If this property is not UsageWriterOperationParserUsage, the Parser property will throw an exception.

If this property is not UsageWriterOperationCommandListUsage, the CommandManager property will throw an exception.

If this property is UsageWriterOperationNone, the Writer property may throw an exception.

See Also