Enum TimerActionResult
- Namespace
- Scaleout.Streaming.DigitalTwin.Core
- Assembly
- ScaleOut.Streaming.DigitalTwin.Core.dll
Defines result codes for timer methods.
public enum TimerActionResult
Fields
FailedInternalError = 4Failed to start/stop timer due to an internal error.
FailedNoSuchTimer = 2Failed to stop the existing timer: the timer is no longer active.
FailedTimerAlreadyExists = 3Failed to start the timer: the timer with the specified name already exists.
FailedTooManyTimers = 1Failed to start a new timer due to reaching the limit for a number of active timers.
Success = 0The operation completed successfully.