Examples for the rts start-sch command
- Last UpdatedApr 30, 2024
- 1 minute read
Example 1
rts start-sch onlinesample Every1Minute
-
Runs the onlinesample sequence every minute because the Every1Minute schedule is specified. This command runs in the background. It doesn't stop until you invoke the stop-sch command.
Example 2
rts start-sch onlinesample
-
Runs the onlinesample sequence by using the default schedule as specified within the sequence settings file (sequence_settings.json). This command runs in the background. It doesn't stop until you invoke the stop-sch command.