UsageWriter.OperationInProgress Property

Indicates what operation is currently in progress.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
protected UsageWriter.Operation OperationInProgress { get; }

Property Value

UsageWriter.Operation
One of the values of the UsageWriter.Operation 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