Skip to main content

AppTaskResult

Assembly: ServiceStack.Common.dll
View Source
Declaration
public class AppTaskResult

Properties

Error

View Source
Declaration
public Exception Error { get; set; }

TypesCompleted

View Source
Declaration
public List<Type> TypesCompleted { get; }

TasksRun

View Source
Declaration
public List<IAppTask> TasksRun { get; }

Succeeded

View Source
Declaration
public bool Succeeded { get; }

Methods

GetLogs()

View Source
Declaration
public string GetLogs()
Returns

System.String