= scheduler:schedule-script == Description Schedule a script execution == Syntax scheduler:schedule-script [options] script == Arguments |=== |Name |Description | script | The script to schedule |=== == Options |=== |Name |Description |--period |Time during executions (in seconds) |--at |Absolute date in ISO format (ex: 2014-05-13T13:56:45) |--times |Number of times this job should be executed |--name |Name of this job |--concurrent |Should jobs run concurrently or not (defaults to false) |--help |Display this help message |--cron |The cron expression |===