Click or drag to resize
ExecutetacheSetCanstop Method
设置能否中止。

支持链式操作。

Namespace: Appkit.Sys.Object
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public virtual Executetache SetCanstop(
	bool value
)

Parameters

value
Type: SystemBoolean
能否中止值。

Return Value

Type: Executetache
当前执行环节。
See Also