Press the trigger of the timer timerName. If the timer is running, it will be stopped, otherwise it will be started.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void PressTimer(
	Object timerName
)

Parameters

timerName
Type: System..::.Object
Timer name.

See Also