apoc.periodic.list
Syntax |
|
||
Description |
Returns a |
||
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. |
Usage Examples
While the example from apoc.periodic.countdown is in progress, we’ll see the following output from this procedure:
CALL apoc.periodic.list();
name | delay | rate | done | cancelled |
---|---|---|---|---|
"decrement" |
0 |
0 |
TRUE |
FALSE |