UsageWriterOperationInProgress Property

Indicates what operation is currently in progress.

Definition

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

Property Value

UsageWriterOperation
One of the values of the UsageWriterOperation enumeration.

Remarks

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

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

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

See Also