Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets whether the scheduler is enabled to run work.
Namespace: System.Reactive.Concurrency
Assembly: System.Reactive (in System.Reactive.dll)
Syntax
'Declaration
Public Property IsEnabled As Boolean
Get
Private Set
'Usage
Dim instance As VirtualTimeSchedulerBase
Dim value As Boolean
value = instance.IsEnabled
public bool IsEnabled { get; private set; }
public:
property bool IsEnabled {
bool get ();
private: void set (bool value);
}
member IsEnabled : bool with get, private set
function get IsEnabled () : boolean
private function set IsEnabled (value : boolean)
Property Value
Type: System.Boolean
true if the scheduler is enabled to run work; otherwise, false.