Click or drag to resize

TaskManager Class

[Missing <summary> documentation for "T:CSharpGrid.Tasks.TaskManager"]

Inheritance Hierarchy
SystemObject
  CSharpGrid.TasksTaskManager

Namespace:  CSharpGrid.Tasks
Assembly:  CSharpGrid (in CSharpGrid.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class TaskManager

The TaskManager type exposes the following members.

Constructors
  NameDescription
Public methodTaskManager
Initializes a new instance of the TaskManager class
Top
Properties
  NameDescription
Public propertyStatic memberSplitStringOptions
Top
Methods
  NameDescription
Public methodAddTask
Public methodClearManagerErrLog
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 methodGetDllDependencies
Public methodGetDllSize
Public methodGetDllVer
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetManagerErrLog
Public methodGetTaskErrLog
Public methodGetTaskResults
Public methodGetTaskStatus
Public methodGetTaskStep
Public methodGetTaskVer
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 methodRemoveTask
Public methodSetTaskStatus
Public methodSetTaskStep
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventHandleTaskManagerEvent
Top
See Also