Table of Contents

Struct TaskInfo

Namespace
Dynamicweb.Diagnostics.Tasks
Assembly
Dynamicweb.Core.dll

The Structure TaskInfo provides information about the Task

public struct TaskInfo
Inherited Members

Properties

Name

Gets name of the task information instance

public string Name { get; }

Property Value

string

Task

Gets related Task

public Task Task { get; }

Property Value

Task

Tracker

Tracker Gets related

public Tracker Tracker { get; }

Property Value

Tracker
To top