timer-helper-support-app
Reactive icon

Timer Helper Support APP

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 13 May (3 hours ago)
 by 
0.0
 (0 ratings)
timer-helper-support-app

Timer Helper Support APP

Documentation
1.0.0

Key Actions (TimerHelper_BL)

ActionDescription
Timer_Helper_InitInitializes a Timer Helper record by name
Timer_Helper_ResetResets the last index and record to null
Timer_Helper_GetLastGets the last index and record values
Timer_Helper_SetLastSets the last index and record values
Timer_Helper_GetLastIndexGets the last index value
Timer_Helper_SetLastIndexSets the last index value
Timer_Helper_GetLastRecordGets the last record value
Timer_Helper_SetLasRecordSets the last record value
Get_SP_StopAllTimerReads the StopAllTimers site property
Set_SP_StopAllTimerUpdates the StopAllTimers site property (admin only, not recommended programmatically)


Auto-initialization on First Run

The Timer_Helper_Init action is designed to be called at the beginning of every timer execution. On the first run, it automatically creates and persists the timer configuration record in the database, using the default values defined as input parameters (timer name, module name, max records, and timeout). On subsequent runs, it simply retrieves the existing configuration, ensuring zero manual setup is required — the timer registers itself the first time it executes.




Examples