From 4cfbf03c6c865fe163a19b6700e8dbb6d2e23b37 Mon Sep 17 00:00:00 2001 From: Jonathan Woodard Date: Wed, 24 Jul 2019 14:47:31 +0200 Subject: [PATCH] Remove line for 3.x --- _includes/cloudcode/cloud-code.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/_includes/cloudcode/cloud-code.md b/_includes/cloudcode/cloud-code.md index 36f70d50d..72f00b365 100644 --- a/_includes/cloudcode/cloud-code.md +++ b/_includes/cloudcode/cloud-code.md @@ -144,8 +144,6 @@ Sometimes you want to execute long running functions, and you don't want to wait }); ``` -Note that calling `status.success` or `status.error` won't prevent any further execution of the job. - ## Running a Job Calling jobs is done via the REST API and is protected by the master key.