Created on 15 May 2020
icon_unfollowing
Login to follow
timing-events

Timing Events

Stable version 1.0.3 (Compatible with OutSystems 11)
Uploaded on 06 September 2022 by 
timing-events

Timing Events

Documentation
1.0.3

How to use:

  1. Drag either the Timeout or Interval widget on your screen.
  2. Configure a suitable value for the widget
  3. Create an action for the "OnAction" event
  4. Optional: Create a boolean to enable or disable the widget and bind it to the IsEnabled input parameter
  5. Done

1.0.2

Quickstart;

  1. Drag either widget into your workspace
  2. Configure an Action to the "Triggered" event and your done!

More details;

There are two input parameters. RepeatTime/DelayTime and IsEnabled.

RepeatTime/DelayTime:

This is used to configure the component is after much time the action should be triggered (and in case of the Interval, rescheduled). This value is in milliseconds. The default value for RepeatTime is 30000 (30 seconds) and the default value for DelayTime is 5000 (5 seconds). 

IsEnabled:

With this parameter you can control if the widget is Enabled or not. Perhaps you want to allow the end-user to dynamically enable the actions in the Interval (like getting notification updates).  Or you want to enable or disable the Timeout widget after other certain actions have been performed. 

Tips:

  1. You can re-active a Timeout by setting the IsEnabled to False when the trigger has been called and then by setting it to True again when you need to. Check the demo for an how-to.



Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
Timing Events has no dependencies.