Click or drag to resize

TaskInfo Class

Task Information
Inheritance Hierarchy
SystemObject
  CSharpGrid.Grid.TaskTaskInfo

Namespace:  CSharpGrid.Grid.Task
Assembly:  CSharpGrid (in CSharpGrid.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class TaskInfo

The TaskInfo type exposes the following members.

Constructors
  NameDescription
Public methodTaskInfo
TaskInfo Constructor
Top
Properties
  NameDescription
Public propertyParameters
Task Parameters Property
Public propertyTaskErrLog
Task Err Log Property
Public propertyTaskJobId
Task ID Property
Public propertyTaskLastStatus
Task Last Status Property
Public propertyTaskName
Task Name Property
Public propertyTaskResults
Task Results Property
Public propertyTaskSessionId
Task Session ID Property
Public propertyTaskStatus
Task Status Property
Public propertyTaskVersion
Task Version Property
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReset
Reset Task Information
Public methodToString
Task Information as String
(Overrides ObjectToString.)
Top
See Also