-
-
Notifications
You must be signed in to change notification settings - Fork 36
Conditionresptime
psiinon edited this page Apr 4, 2013
·
2 revisions
This conditional tests the time taken for the last response.
Name | Format | Description |
greaterThan | Boolean | True tests for the response time greater than the one given, otherwise less than |
timeInMs | Long | The response time in milli seconds to compare with |
ifStatements | Array | The statements to run if the condition is true |
elseStatements | Array | The statements to run if the condition is false |
index | Integer | The index of the statement in the script |
elementType | String | Always ZestConditionResponseTime |
{ "greaterThan": true, "timeInMs": 1000, "ifStatements": [], "elseStatements": [], "index": 2, "elementType": "ZestConditionResponseTime" }
- Zest Core for details about Zest