From 56ab1b71c160380fc431086bc4eb0aee8088da64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AE=80=E7=AE=80=E5=AE=89?= Date: Tue, 7 May 2024 01:56:41 +0000 Subject: [PATCH] =?UTF-8?q?=20=E4=BF=AE=E6=AD=A3=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E8=B0=83=E5=BA=A6=E9=94=99=E8=AF=AF=E4=BB=A3=E7=A0=81=E6=B3=A8?= =?UTF-8?q?=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 简简安 --- framework/Furion/Schedule/Schedulers/Scheduler.Methods.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/Furion/Schedule/Schedulers/Scheduler.Methods.cs b/framework/Furion/Schedule/Schedulers/Scheduler.Methods.cs index e3bd707b72..6a9ba61998 100644 --- a/framework/Furion/Schedule/Schedulers/Scheduler.Methods.cs +++ b/framework/Furion/Schedule/Schedulers/Scheduler.Methods.cs @@ -1,4 +1,4 @@ -// ------------------------------------------------------------------------ +// ------------------------------------------------------------------------ // 版权信息 // 版权归百小僧及百签科技(广东)有限公司所有。 // 所有权利保留。 @@ -601,7 +601,7 @@ internal sealed partial class Scheduler } /// - /// 立即执行作业 + /// 取消正在执行作业 /// public void Cancel() { -- Gitee