Class ScheduledCallbackState
Inheritance
System.Object
ScheduledCallbackState
Namespace: Sensus.Callbacks
Assembly: SensusAndroid.dll
Syntax
public sealed class ScheduledCallbackState : Enum
Fields
Completed
The ScheduledCallback has completed running and has not yet been rescheduled.
Declaration
public const ScheduledCallbackState Completed
Field Value
Type | Description |
---|---|
ScheduledCallbackState |
Created
The ScheduledCallback has been created but not yet scheduled.
Declaration
public const ScheduledCallbackState Created
Field Value
Type | Description |
---|---|
ScheduledCallbackState |
Running
The ScheduledCallback is currently running.
Declaration
public const ScheduledCallbackState Running
Field Value
Type | Description |
---|---|
ScheduledCallbackState |
Scheduled
The ScheduledCallback has been scheduled for an upcoming execution.
Declaration
public const ScheduledCallbackState Scheduled
Field Value
Type | Description |
---|---|
ScheduledCallbackState |
Unknown
The ScheduledCallback is in an unknown state.
Declaration
public const ScheduledCallbackState Unknown
Field Value
Type | Description |
---|---|
ScheduledCallbackState |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |