eDriven Framework API
ITask Interface
NamespaceseDriven.Core.TasksITask
eDriven Framework API
Runs an async process
Declaration Syntax
C#Visual BasicVisual C++
public interface ITask
Public Interface ITask
public interface class ITask
Members
All MembersMethodsProperties



IconMemberDescription
Callback
A callback that should fire after the job is done

Description
The description for the job

Excluded
A flag indicating that this job is included in progress

IsDone
The indicator if the worker is done

Run()()()()
Runs the worker

StartTime
Starting time

Tick()()()()
Heartbeat

Token
Token (used for checking progress etc.)

Assembly: eDriven.Core (Module: eDriven.Core) Version: 2.0.1.0 (2.0.1.0)