ExecuteResult - ZjzMisaka/PowerThreadPool GitHub Wiki
Properties
[Get only] Work id.
string ID;
[Get only] Result of the work.
TResult Result;
[Get only] Status of the work.
Status Status;
[Get only] If failed, the exception will be stored here.
Exception Exception;
[Get only] Queue datetime.
DateTime QueueDateTime;
[Get only] Start datetime.
public DateTime StartDateTime;
[Get only] End datetime.
public DateTime EndDateTime;
[Get only] Retry information.
public RetryInfo RetryInfo;
Enums
enum Status { Succeed, Failed, Canceled, Stopped, ForceStopped };