apoc.periodic.submit
Syntax |
|
||
Description |
Creates a background job which runs the given Cypher statement once. |
||
Input arguments |
Name |
Type |
Description |
|
|
The name of the job. |
|
|
|
The Cypher statement to run. |
|
|
|
|
|
Return arguments |
Name |
Type |
Description |
|
|
The name of the job. |
|
|
|
The delay on the job. |
|
|
|
The rate of the job. |
|
|
|
If the job has completed. |
|
|
|
If the job has been cancelled. |