JobSessionContract Class |
Namespace: SOS.SDK.Contracts.DataContracts.Jobs
public abstract class JobSessionContract
The JobSessionContract type exposes the following members.
| Name | Description | |
|---|---|---|
| JobSessionContract | Initializes a new instance of the JobSessionContract class |
| Name | Description | |
|---|---|---|
| AccountLogin |
User account, linked with this Job.
| |
| CompletedUtc |
Date/Time when the Job was completed.
| |
| CreatedUtc |
Date/Time when the Job was created.
| |
| CurrentStage |
Current execution stage description.
| |
| ErrorMessage |
Last error message, occured during the Job execution.
| |
| IsProgressIndeterminate |
Current stage of the Job progress is indeterminate.
| |
| JobId |
Unique Job identifier.
| |
| ProgressPercentage |
Percent of the Job completion.
| |
| StartedUtc |
Date/Time when the Job was started.
| |
| State |
Current state of the Job.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |