C# Class PIXIEBatchProcessor.ImsInformedProcess

Inheritance: System.Diagnostics.Process
Mostra file Open project: PNNL-Comp-Mass-Spec/PIXIE Class Usage Examples

Public Methods

Method Description
AreResourcesFree ( IEnumerable tasks ) : bool

The are resources free.

DeserializeResultBinFile ( ) : IList

The deserialize result from the bin file.

ImsInformedProcess ( int ID, string name, string exe, string arguments, bool shell, string resultBinFile, int lineNumber ) : System.Collections.Generic

Initializes a new instance of the ImsInformedProcess class.

Method Details

AreResourcesFree() public method

The are resources free.
public AreResourcesFree ( IEnumerable tasks ) : bool
tasks IEnumerable /// The tasks. ///
return bool

DeserializeResultBinFile() public method

The deserialize result from the bin file.
public DeserializeResultBinFile ( ) : IList
return IList

ImsInformedProcess() public method

Initializes a new instance of the ImsInformedProcess class.
public ImsInformedProcess ( int ID, string name, string exe, string arguments, bool shell, string resultBinFile, int lineNumber ) : System.Collections.Generic
ID int /// The id. ///
name string /// The name. ///
exe string /// The exe. ///
arguments string /// The arguments. ///
shell bool /// The shell. ///
resultBinFile string /// The result bin file. ///
lineNumber int /// The line number. ///
return System.Collections.Generic