IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
ParallelJobContainerBase.cs File Reference

Classes

class  IG.Num.ParallelJobContainerBase
 Contains input data and results of a parallel job to be executed, oropertied indicating the state of the job, and methods for interaction with job performer and dispatcher. More...
 

Namespaces

package  IG.Num
 

Enumerations

enum  IG.Num.ParallelJobState {
  IG.Num.ParallelJobState.Uninitialized = 0, IG.Num.ParallelJobState.Initialized, IG.Num.ParallelJobState.Unemployed, IG.Num.ParallelJobState.DataReady,
  IG.Num.ParallelJobState.EnQueued, IG.Num.ParallelJobState.Executing, IG.Num.ParallelJobState.ResultsReady, IG.Num.ParallelJobState.Aborted,
  IG.Num.ParallelJobState.ResultsProcessed
}
 Job states. More...
 

Functions

delegate void IG.Num.ParallelJobCallback (ParallelJobContainerBase jobContainer)
 Callback delegate that can be assigned to job container for execution at various notification events (such as job started, etc.). More...