IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.

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

namespace  IG::Num

Enumerations

enum  IG::Num::ParallelJobState {
  IG::Num::Uninitialized = 0, IG::Num::Initialized, IG::Num::Unemployed, IG::Num::DataReady,
  IG::Num::EnQueued, IG::Num::Executing, IG::Num::ResultsReady, IG::Num::Aborted,
  IG::Num::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.).
 All Classes Namespaces Files Functions Variables Enumerations Properties Events