UsageWriter.OperationInProgress 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 UsageWriter.Operation OperationInProgress { get; }

Property Value

UsageWriter.Operation
One of the values of the UsageWriter.Operation enumeration.

Remarks

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

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

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

See Also