Click or drag to resize

JobSessionContract Class

Base type for all Job sessions.
Inheritance Hierarchy
SystemObject
  SOS.SDK.Contracts.DataContracts.JobsJobSessionContract
    More...

Namespace:  SOS.SDK.Contracts.DataContracts.Jobs
Assembly:  SOS.SDK (in SOS.SDK.dll) Version: 7.6.1.5742
Syntax
C#
public abstract class JobSessionContract

The JobSessionContract type exposes the following members.

Constructors
  NameDescription
Protected methodJobSessionContract
Initializes a new instance of the JobSessionContract class
Top
Properties
  NameDescription
Public propertyAccountLogin
User account, linked with this Job.
Public propertyCompletedUtc
Date/Time when the Job was completed.
Public propertyCreatedUtc
Date/Time when the Job was created.
Public propertyCurrentStage
Current execution stage description.
Public propertyErrorMessage
Last error message, occured during the Job execution.
Public propertyIsProgressIndeterminate
Current stage of the Job progress is indeterminate.
Public propertyJobId
Unique Job identifier.
Public propertyProgressPercentage
Percent of the Job completion.
Public propertyStartedUtc
Date/Time when the Job was started.
Public propertyState
Current state of the Job.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also
Inheritance Hierarchy