Skip to content

ExecuteResult

ZjzMisaka edited this page Sep 20, 2024 · 8 revisions

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 };