ITask Interface
Packages > @fluidframework/runtime-definitions > ITask
Definition of a Task.
Signature:
export interface ITask
Properties
Property | Type | Description |
---|---|---|
id | string | Id of the task |
instance | IFluidRunnable | Instance of the task that implements IFluidRunnable |
Events
id
Id of the task
Signature:
id: string;
instance
Instance of the task that implements IFluidRunnable
Signature:
instance: IFluidRunnable;