Table of Contents

Class TaskEngine

Namespace
HeBianGu.General.WpfControlLib
Assembly
HeBianGu.General.WpfControlLib.dll
public class TaskEngine
Inheritance
TaskEngine
Inherited Members
Extension Methods

Properties

IsCancellationRequested

public bool IsCancellationRequested { get; }

Property Value

bool

Task

public Task Task { get; set; }

Property Value

Task

Methods

Cancel()

public void Cancel()

Continue()

继续

public void Continue()

Sleep()

暂停

public void Sleep()

Start(Action)

public TaskEngine Start(Action action)

Parameters

action Action

Returns

TaskEngine