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