Ticker: Enabled (let)

Enabled

Sets the Ticker to be stopped or running.



 Public Property Let Enabled(
	  ByVal Value As Boolean )

Parameters

Value
[ByVal] Boolean. Value indicating if the Ticker is stopped or running.

Remarks

If setting Enabled to True and the Ticker is already running, then the Ticker will be stopped and restarted.

Read/Write.

See Also

Project CorLib Overview

Class Ticker Overview