Defining ArangoDB Tasks
The following properties are applicable to an ArangoDB Task object.
|
Tab |
Property |
Description |
Additional Information |
|---|---|---|---|
| General | Id | Species the registered task ID | |
| Task Name | Specifies the name of the task | ||
| Period | Specifies the execution frequency of the task | For example, a value of 15 means that the task is executed every 15 seconds on the server. | |
| Offset | Specifies the task invocation delay | ||
| Command | Specifies the command of the task | For example, require('console').log('hello from snippet task'); prints a message to server's logfile. | |
| Param | Specifies the parameters that are passed to the task |
|
Copyright © 2025 Quest Software, Inc. |