Click or drag to resize
ITimersIsTimerActive Method
Checks if the timer inKey is active or not.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
bool IsTimerActive(
	string inKey
)

Parameters

inKey
Type: SystemString
the timer's name key

Return Value

Type: Boolean
bool
See Also