IAppTask
Assembly: ServiceStack.Common.dll
View Source
Declaration
public interface IAppTask
Properties
Log
View Source
Declaration
string Log { get; set; }
StartedAt
View Source
Declaration
DateTime? StartedAt { get; set; }
CompletedDate
View Source
Declaration
DateTime? CompletedDate { get; set; }
Error
View Source
Declaration
Exception Error { get; set; }