Function

Timecode.Context.Pause

Void Timecode.Context.Pause()
API http://api.avolites.com/11.0/Timecode.Context.Pause.html
description Pauses the timecode timer in Titan.
namespace Timecode.Context
parameter none
return value Void

Titan v11 introdued four separate timecode sources. Subsequently, there are now functions like Timecode.TimecodeOne.Pause, Timecode.TimecodeTwo.Pause etc. Timecode.Context.Pause has the same effect like Timecode.TimecodeOne.Pause and is believed to also work in pre v11 versions which had only one global Timecode source.

Example in

Timecode - Start/Stop:

<step>Timecode.Context.Pause()</step>
Also used in
Remarks