From cd94fee020fa8443cf60e3a8430eb014814a94cd Mon Sep 17 00:00:00 2001 From: ksmy Date: Fri, 10 Mar 2023 01:17:25 +0000 Subject: [PATCH] =?UTF-8?q?update=20handbook/docs/job.mdx.=20=E6=9A=82?= =?UTF-8?q?=E5=81=9C=20Pause=20=E5=86=99=E9=94=99=E4=BA=86=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handbook/docs/job.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handbook/docs/job.mdx b/handbook/docs/job.mdx index 8e2b57b303..705f979b34 100644 --- a/handbook/docs/job.mdx +++ b/handbook/docs/job.mdx @@ -3993,7 +3993,7 @@ scheduler.Start(); ### 26.1.11.20 暂停当前作业 ```cs showLineNumbers -scheduler.Start(); +scheduler.Pause(); ``` ### 26.1.11.21 校对当前作业 -- Gitee