URL Sequencer Target properties for Script Engine. Read the documentation for more info.
Properties | |
| string | Url1 [get, set] |
| The first URL to send a request to. | |
| int | Url1Delay [get, set] |
| Delay in milliseconds before sending request to URL 1. | |
| string | Url1Status [get] |
| Status of the request sent to URL 1. | |
| string | Url2 [get, set] |
| The second URL to send a request to. | |
| int | Url2Delay [get, set] |
| Delay in milliseconds before sending request to URL 2. | |
| string | Url2Status [get] |
| Status of the request sent to URL 2. | |
| string | Url3 [get, set] |
| The third URL to send a request to. | |
| int | Url3Delay [get, set] |
| Delay in milliseconds before sending request to URL 3. | |
| string | Url3Status [get] |
| Status of the request sent to URL 3. | |
| string | Url4 [get, set] |
| The fourth URL to send a request to. | |
| int | Url4Delay [get, set] |
| Delay in milliseconds before sending request to URL 4. | |
| string | Url4Status [get] |
| Status of the request sent to URL 4. | |
| string | Url5 [get, set] |
| The fifth URL to send a request to. | |
| int | Url5Delay [get, set] |
| Delay in milliseconds before sending request to URL 5. | |
| string | Url5Status [get] |
| Status of the request sent to URL 5. | |
| string | Url6 [get, set] |
| The sixth URL to send a request to. | |
| int | Url6Delay [get, set] |
| Delay in milliseconds before sending request to URL 6. | |
| string | Url6Status [get] |
| Status of the request sent to URL 6. | |
| string | Url7 [get, set] |
| The seventh URL to send a request to. | |
| int | Url7Delay [get, set] |
| Delay in milliseconds before sending request to URL 7. | |
| string | Url7Status [get] |
| Status of the request sent to URL 7. | |
| string | Url8 [get, set] |
| The eighth URL to send a request to. | |
| int | Url8Delay [get, set] |
| Delay in milliseconds before sending request to URL 8. | |
| string | Url8Status [get] |
| Status of the request sent to URL 8. | |
| string | Url9 [get, set] |
| The ninth URL to send a request to. | |
| int | Url9Delay [get, set] |
| Delay in milliseconds before sending request to URL 9. | |
| string | Url9Status [get] |
| Status of the request sent to URL 9. | |
| string | Url10 [get, set] |
| The ninth URL to send a request to. | |
| int | Url10Delay [get, set] |
| Delay in milliseconds before sending request to URL 10. | |
| string | Url10Status [get] |
| Status of the request sent to URL 10. | |
| bool | RepeatSequence [get, set] |
| Whether to repeat the URL sequence after all requests have been sent. | |
| int | RepeatDelay [get, set] |
| Set delay in milliseconds before repeating the URL sequence. | |
| int | MaxRepeats [get, set] |
| Set maximum number of times to repeat the URL sequence. Set to 0 for infinite repeats. | |
| int | RepeatCounter [get] |
| Current repeat count of the URL sequence. | |
| TargetState | UrlSequencerStatus [get] |
| Current status of the URL Sequencer Target. | |
| int | TotalRequestsSent [get] |
| Total number of requests sent by the URL Sequencer Target. | |
| int | TotalRequestsFailed [get] |
| Total number of requests that failed. | |
| LoggingMode | LoggingMode [get, set] |
| Set logging mode for reporting issues. | |
| Command | StartCommand [get] |
| Start the URL Sequencer Target. | |
| Command | StopCommand [get] |
| Stop the URL Sequencer Target. | |
| Command | ResetCommand [get] |
| Reset the URL Sequencer Target and all URLs. | |
| string | RequestResponseCallback [get, set] |
| Name of the script callback function to invoke when a request response is received. | |
Properties inherited from VindralEngineBaseTypes.VindralBaseClasses.AbstractTarget | |
| bool | AutoStart [get, set] |
| Autostart when application starts. | |