System::Timers::Timer::set_Enabled method
Timer::set_Enabled method
Starts or stops timer. Starting timer doesn’t restart time counting if timer is already executing.
void System::Timers::Timer::set_Enabled(bool value)
Parameter | Type | Description |
---|---|---|
value | bool | true to start timer, false to stop. |
See Also
- Class Timer
- Namespace System::Timers
- Library Aspose.PUB for C++