Skip to content

RxCommand.IsExecuting property

Defined in

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

Applies to

netstandard2.0

public IObservable<bool> IsExecuting { get; }

View source

Inherited documentation

These docs were inherited from IRxCommand. The member doesn't override them on this type.

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.