Skip to content

SchedulerOperationAwaiter.IsCompleted property

Defined in

Type: SchedulerOperationAwaiter Namespace: System.Reactive.Concurrency Assembly: System.Reactive.dll

Applies to

netstandard2.0

public bool IsCompleted { get; }

Summary: Indicates whether the scheduler operation has completed. Returns false unless cancellation was already requested.

Returns: bool