Plugin : Timer
Author:Rex.Rainbow
- Timer service. http://api.shephertz.com/app42-docs/timer-service/
Download
Properties
API Key
- The Application key given when the application was created.
Secret Key
- The secret key corresponding to the application key given when the application was created.
Actions
Current time
Action:Get current time
- Fetch the current UTC time on server..
Timer - control
Action:Start timer
- Start the timer count down for a particular user.
- Timer name ( string ) : Name of the timer which has to be start.
- User name ( string ) : Name of the user for whom timer count down has to be started.
Timer - create timer
Action:Create Or update timer
- Create a new timer and also update the time of existing timer.
- Timer name ( string ) : Name of the timer which has to be start.
- Time ( number ) : Times in seconds upto which timer will active.
Expressions
Current UTC time
Expression:CurrentUTCTime
- Result of fetching current utc time.
Current time
Expression:CurrentTime
- Result of fetching current time in unix timestamp.
Conditions
Current time
Condition:On get current time successfully
- Triggered when get current time successfully.
Condition:On get current time error
- Triggered when get current time error.
Timer - create Or update timer
Condition:On create Or update timer successfully
- Triggered when create Or update timer successfully.
Condition:On create Or update timer error
- Triggered when create Or update timer error.
Timer - start timer
Condition:On start timer successfully
- Triggered when start timer successfully.
Condition:On start timer error
- Triggered when start timer error.