Table of Contents

Class TaskExtensions

Namespace
Ceres.Tasks
Assembly
Ceres.dll
public static class TaskExtensions
Inheritance
TaskExtensions
Inherited Members

Methods

Run(TaskBase)

Run the task, return TaskBase self

public static TaskBase Run(this TaskBase taskBase)

Parameters

taskBase TaskBase

Returns

TaskBase

Run<TTask>(TTask)

Run the task, return TTask self

public static TTask Run<TTask>(this TTask taskBase) where TTask : TaskBase

Parameters

taskBase TTask

Returns

TTask

Type Parameters

TTask