JobStatus Class

Status of an asynchronous job.

Constructors

Name Description
JobStatus(AsyncJobStatus, string) Creates a new instance of the JobStatus class.

Properties

Name Type Description
Error System.String Error thrown during the asynchronous operation, if occured.
Status DotNetBox.AsyncJobStatus Asynchronous job status.

Methods

Name Description
JobStatus.FromJson(JObject) Creates a new instance of the JobStatus class using a JSON object.
JobStatus.ToString() Returns a string containing all of the class’ properties.