Name | Description | |
---|---|---|
![]() | NTimer Constructor | Overloaded. |
The following tables list the members exposed by NTimer.
Name | Description | |
---|---|---|
![]() | NTimer Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Group | Gets or sets whether the timer is allowed to be grouped with other timers that have the same interval. When this property is set to true, and a timer of the same group is already created, the first tick may occur in a shorted interval of time. The change of this property restarts the timer, if it was started. By default set to false. |
![]() | Interval | Gets or sets the interval at which the tick event occurs (in milliseconds) If the timer is started, it is restarted. The change of this property restarts the timer, if it was started. |
![]() | IsStarted | Gets whether the timer is running. |
Name | Description | |
---|---|---|
![]() ![]() | SetTimeout | Executes the specified function after the specified delay (in milliseconds). |
![]() | Start | Starts the timer (by default a timer is stopped) |
![]() | Stop | Stops the timer |