Skip to content

IRxCommand.IsExecuting property

Defined in

Type: IRxCommand Namespace: ReactiveMarbles.Command Assembly: ReactiveMarbles.Command.dll

Applies to

netstandard2.0

IObservable<bool> IsExecuting { get; }

Summary: Gets an observable whose value indicates whether the command is currently executing.

Returns: IObservable

Remarks

        This observable can be particularly useful for updating UI, such as showing an activity indicator whilst a command
        is executing.