Function
Void Timecode.SetEnabled(Boolean enabled)
| API | http://api.avolites.com/10.1/Timecode.SetEnabled.html | 
|---|---|
| description | Sets whether the timer is enabled in Titan. | 
| Namespaces | Timecode | 
| parameter | enabled ( Boolean ) : Whether to enable or disable the timers. | 
| return value | (Void) | 
<step>Timecode.SetEnabled(Timecode.Enabled)</step> <!-- note that 'Timecode.Enabled' is a boolean Actionscript property which was previously set. -->