Table of Contents

Class Consts.Schedule.Log

Namespace
Dynamicweb.Scheduling
Assembly
Dynamicweb.Scheduling.dll
public class Consts.Schedule.Log
Inheritance
Consts.Schedule.Log
Inherited Members

Fields

Finished

public const string Finished = "task execution finished"

Field Value

string

LoadFailed

public const string LoadFailed = "Failed to load assembly: {0}"

Field Value

string

PathNotFound

public const string PathNotFound = "Path not found: {0}"

Field Value

string

Returned

public const string Returned = "Method {0}.{1}.{2} returned: {3}"

Field Value

string

Started

public const string Started = "task execution started"

Field Value

string

Status

public const string Status = "HTTP status code: {0}"

Field Value

string

TypeNotFound

public const string TypeNotFound = "Type {0} not found in assembly {1}"

Field Value

string
To top